Html Css Color HEX #A0DC52 Conifer

📋 copy color: '#A0DC52'

red 160 ◦ green 220 ◦ blue 82

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

Shades of Conifer #A0DC52

Tints of Conifer #A0DC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 34.63%
G = 47.62%
B = 17.75%

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

#A0DC52 (or 0xA0DC52) is known color: Conifer. HEX triplet: A0, DC and 52. RGB value is (160,220,82). Sum of RGB (Red+Green+Blue) = 160+220+82=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC52 is #5F23AD. Grayscale: #BABABA. Windows color (decimal): -6235054 or 5430432. OLE color: 5430432.

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

Color convert

RGB 160 220 82 -
CMYK 0.27 0 0.63 0.14
HSL 86.09º 0.66% 0.59% -
HSV(B) 86.09º 0.63% 0.86% -
XYZ 41.61 59.27 17.23 -
YUV 186.33 69.12 109.22 -
System Red Green Blue C M Y K H S L
Decimal 160 220 82 0.27 0 0.63 0.14 86.09 0.66 0.59
Hex A0 DC 52 1B 0 3F E 56 42 3B
Octal 240 334 122 33 0 77 16 126 102 73
Binary 10100000 11011100 1010010 11011 0 111111 1110 1010110 1000010 111011

Color Harmonies of #A0DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC52

Black with #A0DC52

Text Example


Text Example

White with #A0DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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