Html Css Color HEX #ACDB61 Conifer

📋 copy color: '#ACDB61'

red 172 ◦ green 219 ◦ blue 97

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

Shades of Conifer #ACDB61

Tints of Conifer #ACDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.88%

R = 35.25%
G = 44.88%
B = 19.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#ACDB61 (or 0xACDB61) is known color: Conifer. HEX triplet: AC, DB and 61. RGB value is (172,219,97). Sum of RGB (Red+Green+Blue) = 172+219+97=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB61 is #53249E. Grayscale: #BFBFBF. Windows color (decimal): -5448863 or 6413228. OLE color: 6413228.

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

Color convert

RGB 172 219 97 -
CMYK 0.21 0 0.56 0.14
HSL 83.11º 0.63% 0.62% -
HSV(B) 83.11º 0.56% 0.86% -
XYZ 44.5 60.3 20.6 -
YUV 191.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 172 219 97 0.21 0 0.56 0.14 83.11 0.63 0.62
Hex AC DB 61 15 0 38 E 53 3F 3E
Octal 254 333 141 25 0 70 16 123 77 76
Binary 10101100 11011011 1100001 10101 0 111000 1110 1010011 111111 111110

Color Harmonies of #ACDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB61

Black with #ACDB61

Text Example


Text Example

White with #ACDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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