Html Css Color HEX #ACD05A Conifer

📋 copy color: '#ACD05A'

red 172 ◦ green 208 ◦ blue 90

#ACD05A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACD05A

Tints of Conifer #ACD05A

RGB

 RED value IS 172 (67.58% from 255) = 36.6%

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 36.6%
G = 44.26%
B = 19.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACD05A (or 0xACD05A) is known color: Conifer. HEX triplet: AC, D0 and 5A. RGB value is (172,208,90). Sum of RGB (Red+Green+Blue) = 172+208+90=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD05A is #532FA5. Grayscale: #B8B8B8. Windows color (decimal): -5451686 or 5951660. OLE color: 5951660.

HSL color Cylindrical-coordinate representation of color #ACD05A: hue angle of 78.31º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACD05A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 90 -
CMYK 0.17 0 0.57 0.18
HSL 78.31º 0.56% 0.58% -
HSV(B) 78.31º 0.57% 0.82% -
XYZ 41.41 54.62 18.03 -
YUV 183.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 172 208 90 0.17 0 0.57 0.18 78.31 0.56 0.58
Hex AC D0 5A 11 0 39 12 4E 38 3A
Octal 254 320 132 21 0 71 22 116 70 72
Binary 10101100 11010000 1011010 10001 0 111001 10010 1001110 111000 111010

Color Harmonies of #ACD05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD05A

Black with #ACD05A

Text Example


Text Example

White with #ACD05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD05A; }

 p { color: rgb(172,208,90); }

 H1.HeaderClassName
 {
   color: #ACD05A;
 }
 .AnyTagClassName
 {
   color: #ACD05A;
 }
</style>

background-color css

<style>
 a { background-color: #ACD05A; }

 a { background-color: rgb(172,208,90); }

 div.DivClassName
 {
   background-color: #ACD05A;
 }
 .BgClassName
 {
   background-color: #ACD05A;
 }
</style>

border-color css

<style>
 span { border-color: #ACD05A; }

 span { border-color: rgb(172,208,90); }

 td.TdClassName
 {
   border-color: #ACD05A;
 }
 .TagClassName
 {
   border-color: #ACD05A;
 }
</style>