Html Css Color HEX #ACD266 Conifer

📋 copy color: '#ACD266'

red 172 ◦ green 210 ◦ blue 102

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

Shades of Conifer #ACD266

Tints of Conifer #ACD266

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

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

R = 35.54%
G = 43.39%
B = 21.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#ACD266 (or 0xACD266) is known color: Conifer. HEX triplet: AC, D2 and 66. RGB value is (172,210,102). Sum of RGB (Red+Green+Blue) = 172+210+102=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD266 is #532D99. Grayscale: #BABABA. Windows color (decimal): -5451162 or 6738604. OLE color: 6738604.

HSL color Cylindrical-coordinate representation of color #ACD266: hue angle of 81.11º degrees, saturation: 0.55, 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 #ACD266 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 102 -
CMYK 0.18 0 0.51 0.18
HSL 81.11º 0.55% 0.61% -
HSV(B) 81.11º 0.51% 0.82% -
XYZ 42.46 55.82 21.11 -
YUV 186.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 172 210 102 0.18 0 0.51 0.18 81.11 0.55 0.61
Hex AC D2 66 12 0 33 12 51 37 3D
Octal 254 322 146 22 0 63 22 121 67 75
Binary 10101100 11010010 1100110 10010 0 110011 10010 1010001 110111 111101

Color Harmonies of #ACD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD266

Black with #ACD266

Text Example


Text Example

White with #ACD266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD266; }

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

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

background-color css

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

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

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

border-color css

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

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

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