Html Css Color HEX #ACDB66 Conifer

📋 copy color: '#ACDB66'

red 172 ◦ green 219 ◦ blue 102

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

Shades of Conifer #ACDB66

Tints of Conifer #ACDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

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

R = 34.89%
G = 44.42%
B = 20.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#ACDB66 (or 0xACDB66) is known color: Conifer. HEX triplet: AC, DB and 66. RGB value is (172,219,102). Sum of RGB (Red+Green+Blue) = 172+219+102=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB66 is #532499. Grayscale: #C0C0C0. Windows color (decimal): -5448858 or 6740908. OLE color: 6740908.

HSL color Cylindrical-coordinate representation of color #ACDB66: hue angle of 84.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACDB66 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 102 -
CMYK 0.21 0 0.53 0.14
HSL 84.1º 0.62% 0.63% -
HSV(B) 84.1º 0.53% 0.86% -
XYZ 44.74 60.39 21.87 -
YUV 191.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 172 219 102 0.21 0 0.53 0.14 84.1 0.62 0.63
Hex AC DB 66 15 0 35 E 54 3E 3F
Octal 254 333 146 25 0 65 16 124 76 77
Binary 10101100 11011011 1100110 10101 0 110101 1110 1010100 111110 111111

Color Harmonies of #ACDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB66

Black with #ACDB66

Text Example


Text Example

White with #ACDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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