Html Css Color HEX #ACDB52 Conifer

📋 copy color: '#ACDB52'

red 172 ◦ green 219 ◦ blue 82

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

Shades of Conifer #ACDB52

Tints of Conifer #ACDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 36.36%
G = 46.3%
B = 17.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#ACDB52 (or 0xACDB52) is known color: Conifer. HEX triplet: AC, DB and 52. RGB value is (172,219,82). Sum of RGB (Red+Green+Blue) = 172+219+82=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB52 is #5324AD. Grayscale: #BDBDBD. Windows color (decimal): -5448878 or 5430188. OLE color: 5430188.

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

Color convert

RGB 172 219 82 -
CMYK 0.21 0 0.63 0.14
HSL 80.58º 0.66% 0.59% -
HSV(B) 80.58º 0.63% 0.86% -
XYZ 43.87 60.04 17.26 -
YUV 189.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 172 219 82 0.21 0 0.63 0.14 80.58 0.66 0.59
Hex AC DB 52 15 0 3F E 51 42 3B
Octal 254 333 122 25 0 77 16 121 102 73
Binary 10101100 11011011 1010010 10101 0 111111 1110 1010001 1000010 111011

Color Harmonies of #ACDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB52

Black with #ACDB52

Text Example


Text Example

White with #ACDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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