Html Css Color HEX #ACDB4F Conifer

📋 copy color: '#ACDB4F'

red 172 ◦ green 219 ◦ blue 79

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

Shades of Conifer #ACDB4F

Tints of Conifer #ACDB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 36.6%
G = 46.6%
B = 16.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#ACDB4F (or 0xACDB4F) is known color: Conifer. HEX triplet: AC, DB and 4F. RGB value is (172,219,79). Sum of RGB (Red+Green+Blue) = 172+219+79=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB4F is #5324B0. Grayscale: #BDBDBD. Windows color (decimal): -5448881 or 5233580. OLE color: 5233580.

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

Color convert

RGB 172 219 79 -
CMYK 0.21 0 0.64 0.14
HSL 80.14º 0.66% 0.58% -
HSV(B) 80.14º 0.64% 0.86% -
XYZ 43.76 60 16.67 -
YUV 188.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 172 219 79 0.21 0 0.64 0.14 80.14 0.66 0.58
Hex AC DB 4F 15 0 40 E 50 42 3A
Octal 254 333 117 25 0 100 16 120 102 72
Binary 10101100 11011011 1001111 10101 0 1000000 1110 1010000 1000010 111010

Color Harmonies of #ACDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB4F

Black with #ACDB4F

Text Example


Text Example

White with #ACDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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