Html Css Color HEX #ACDB5B Conifer

📋 copy color: '#ACDB5B'

red 172 ◦ green 219 ◦ blue 91

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

Shades of Conifer #ACDB5B

Tints of Conifer #ACDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 35.68%
G = 45.44%
B = 18.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#ACDB5B (or 0xACDB5B) is known color: Conifer. HEX triplet: AC, DB and 5B. RGB value is (172,219,91). Sum of RGB (Red+Green+Blue) = 172+219+91=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB5B is #5324A4. Grayscale: #BEBEBE. Windows color (decimal): -5448869 or 6020012. OLE color: 6020012.

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

Color convert

RGB 172 219 91 -
CMYK 0.21 0 0.58 0.14
HSL 82.03º 0.64% 0.61% -
HSV(B) 82.03º 0.58% 0.86% -
XYZ 44.23 60.19 19.18 -
YUV 190.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 172 219 91 0.21 0 0.58 0.14 82.03 0.64 0.61
Hex AC DB 5B 15 0 3A E 52 40 3D
Octal 254 333 133 25 0 72 16 122 100 75
Binary 10101100 11011011 1011011 10101 0 111010 1110 1010010 1000000 111101

Color Harmonies of #ACDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB5B

Black with #ACDB5B

Text Example


Text Example

White with #ACDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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