Html Css Color HEX #ACDB65 Conifer

📋 copy color: '#ACDB65'

red 172 ◦ green 219 ◦ blue 101

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

Shades of Conifer #ACDB65

Tints of Conifer #ACDB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 34.96%
G = 44.51%
B = 20.53%

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

#ACDB65 (or 0xACDB65) is known color: Conifer. HEX triplet: AC, DB and 65. RGB value is (172,219,101). Sum of RGB (Red+Green+Blue) = 172+219+101=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB65 is #53249A. Grayscale: #BFBFBF. Windows color (decimal): -5448859 or 6675372. OLE color: 6675372.

HSL color Cylindrical-coordinate representation of color #ACDB65: hue angle of 83.9º 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 #ACDB65 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 101 -
CMYK 0.21 0 0.54 0.14
HSL 83.9º 0.62% 0.63% -
HSV(B) 83.9º 0.54% 0.86% -
XYZ 44.69 60.37 21.61 -
YUV 191.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 172 219 101 0.21 0 0.54 0.14 83.9 0.62 0.63
Hex AC DB 65 15 0 36 E 54 3E 3F
Octal 254 333 145 25 0 66 16 124 76 77
Binary 10101100 11011011 1100101 10101 0 110110 1110 1010100 111110 111111

Color Harmonies of #ACDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB65

Black with #ACDB65

Text Example


Text Example

White with #ACDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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