Html Css Color HEX #ACD066 Conifer

📋 copy color: '#ACD066'

red 172 ◦ green 208 ◦ blue 102

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

Shades of Conifer #ACD066

Tints of Conifer #ACD066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 35.68%
G = 43.15%
B = 21.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#ACD066 (or 0xACD066) is known color: Conifer. HEX triplet: AC, D0 and 66. RGB value is (172,208,102). Sum of RGB (Red+Green+Blue) = 172+208+102=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD066 is #532F99. Grayscale: #B9B9B9. Windows color (decimal): -5451674 or 6738092. OLE color: 6738092.

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

Color convert

RGB 172 208 102 -
CMYK 0.17 0 0.51 0.18
HSL 80.38º 0.53% 0.61% -
HSV(B) 80.38º 0.51% 0.82% -
XYZ 41.97 54.84 20.94 -
YUV 185.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 172 208 102 0.17 0 0.51 0.18 80.38 0.53 0.61
Hex AC D0 66 11 0 33 12 50 35 3D
Octal 254 320 146 21 0 63 22 120 65 75
Binary 10101100 11010000 1100110 10001 0 110011 10010 1010000 110101 111101

Color Harmonies of #ACD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD066

Black with #ACD066

Text Example


Text Example

White with #ACD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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