Html Css Color HEX #ACDB4A Conifer

📋 copy color: '#ACDB4A'

red 172 ◦ green 219 ◦ blue 74

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

Shades of Conifer #ACDB4A

Tints of Conifer #ACDB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 36.99%
G = 47.1%
B = 15.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#ACDB4A (or 0xACDB4A) is known color: Conifer. HEX triplet: AC, DB and 4A. RGB value is (172,219,74). Sum of RGB (Red+Green+Blue) = 172+219+74=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB4A is #5324B5. Grayscale: #BCBCBC. Windows color (decimal): -5448886 or 4905900. OLE color: 4905900.

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

Color convert

RGB 172 219 74 -
CMYK 0.21 0 0.66 0.14
HSL 79.45º 0.67% 0.57% -
HSV(B) 79.45º 0.66% 0.86% -
XYZ 43.58 59.93 15.75 -
YUV 188.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 172 219 74 0.21 0 0.66 0.14 79.45 0.67 0.57
Hex AC DB 4A 15 0 42 E 4F 43 39
Octal 254 333 112 25 0 102 16 117 103 71
Binary 10101100 11011011 1001010 10101 0 1000010 1110 1001111 1000011 111001

Color Harmonies of #ACDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB4A

Black with #ACDB4A

Text Example


Text Example

White with #ACDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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