Html Css Color HEX #ACDB4C Conifer

📋 copy color: '#ACDB4C'

red 172 ◦ green 219 ◦ blue 76

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

Shades of Conifer #ACDB4C

Tints of Conifer #ACDB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 36.83%
G = 46.9%
B = 16.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#ACDB4C (or 0xACDB4C) is known color: Conifer. HEX triplet: AC, DB and 4C. RGB value is (172,219,76). Sum of RGB (Red+Green+Blue) = 172+219+76=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB4C is #5324B3. Grayscale: #BDBDBD. Windows color (decimal): -5448884 or 5036972. OLE color: 5036972.

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

Color convert

RGB 172 219 76 -
CMYK 0.21 0 0.65 0.14
HSL 79.72º 0.67% 0.58% -
HSV(B) 79.72º 0.65% 0.86% -
XYZ 43.65 59.96 16.11 -
YUV 188.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 172 219 76 0.21 0 0.65 0.14 79.72 0.67 0.58
Hex AC DB 4C 15 0 41 E 50 43 3A
Octal 254 333 114 25 0 101 16 120 103 72
Binary 10101100 11011011 1001100 10101 0 1000001 1110 1010000 1000011 111010

Color Harmonies of #ACDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB4C

Black with #ACDB4C

Text Example


Text Example

White with #ACDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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