Html Css Color HEX #A0DB52 Conifer

📋 copy color: '#A0DB52'

red 160 ◦ green 219 ◦ blue 82

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

Shades of Conifer #A0DB52

Tints of Conifer #A0DB52

RGB

 RED value IS 160 (62.89% from 255) = 34.71%

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

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

R = 34.71%
G = 47.51%
B = 17.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A0DB52 (or 0xA0DB52) is known color: Conifer. HEX triplet: A0, DB and 52. RGB value is (160,219,82). Sum of RGB (Red+Green+Blue) = 160+219+82=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB52 is #5F24AD. Grayscale: #BABABA. Windows color (decimal): -6235310 or 5430176. OLE color: 5430176.

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

Color convert

RGB 160 219 82 -
CMYK 0.27 0 0.63 0.14
HSL 85.84º 0.66% 0.59% -
HSV(B) 85.84º 0.63% 0.86% -
XYZ 41.35 58.75 17.14 -
YUV 185.74 69.45 109.64 -
System Red Green Blue C M Y K H S L
Decimal 160 219 82 0.27 0 0.63 0.14 85.84 0.66 0.59
Hex A0 DB 52 1B 0 3F E 56 42 3B
Octal 240 333 122 33 0 77 16 126 102 73
Binary 10100000 11011011 1010010 11011 0 111111 1110 1010110 1000010 111011

Color Harmonies of #A0DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB52

Black with #A0DB52

Text Example


Text Example

White with #A0DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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