Html Css Color HEX #ACDB4B Conifer

📋 copy color: '#ACDB4B'

red 172 ◦ green 219 ◦ blue 75

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

Shades of Conifer #ACDB4B

Tints of Conifer #ACDB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.09%

R = 36.91%
G = 47%
B = 16.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#ACDB4B (or 0xACDB4B) is known color: Conifer. HEX triplet: AC, DB and 4B. RGB value is (172,219,75). Sum of RGB (Red+Green+Blue) = 172+219+75=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB4B is #5324B4. Grayscale: #BDBDBD. Windows color (decimal): -5448885 or 4971436. OLE color: 4971436.

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

Color convert

RGB 172 219 75 -
CMYK 0.21 0 0.66 0.14
HSL 79.58º 0.67% 0.58% -
HSV(B) 79.58º 0.66% 0.86% -
XYZ 43.61 59.94 15.93 -
YUV 188.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 172 219 75 0.21 0 0.66 0.14 79.58 0.67 0.58
Hex AC DB 4B 15 0 42 E 50 43 3A
Octal 254 333 113 25 0 102 16 120 103 72
Binary 10101100 11011011 1001011 10101 0 1000010 1110 1010000 1000011 111010

Color Harmonies of #ACDB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB4B

Black with #ACDB4B

Text Example


Text Example

White with #ACDB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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