Html Css Color HEX #ACDB64 Conifer

📋 copy color: '#ACDB64'

red 172 ◦ green 219 ◦ blue 100

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

Shades of Conifer #ACDB64

Tints of Conifer #ACDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 35.03%
G = 44.6%
B = 20.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#ACDB64 (or 0xACDB64) is known color: Conifer. HEX triplet: AC, DB and 64. RGB value is (172,219,100). Sum of RGB (Red+Green+Blue) = 172+219+100=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB64 is #53249B. Grayscale: #BFBFBF. Windows color (decimal): -5448860 or 6609836. OLE color: 6609836.

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

Color convert

RGB 172 219 100 -
CMYK 0.21 0 0.54 0.14
HSL 83.7º 0.62% 0.63% -
HSV(B) 83.7º 0.54% 0.86% -
XYZ 44.65 60.35 21.35 -
YUV 191.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 172 219 100 0.21 0 0.54 0.14 83.7 0.62 0.63
Hex AC DB 64 15 0 36 E 54 3E 3F
Octal 254 333 144 25 0 66 16 124 76 77
Binary 10101100 11011011 1100100 10101 0 110110 1110 1010100 111110 111111

Color Harmonies of #ACDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB64

Black with #ACDB64

Text Example


Text Example

White with #ACDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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