Html Css Color HEX #A0DC53 Conifer

📋 copy color: '#A0DC53'

red 160 ◦ green 220 ◦ blue 83

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

Shades of Conifer #A0DC53

Tints of Conifer #A0DC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 34.56%
G = 47.52%
B = 17.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#A0DC53 (or 0xA0DC53) is known color: Conifer. HEX triplet: A0, DC and 53. RGB value is (160,220,83). Sum of RGB (Red+Green+Blue) = 160+220+83=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC53 is #5F23AC. Grayscale: #BABABA. Windows color (decimal): -6235053 or 5495968. OLE color: 5495968.

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

Color convert

RGB 160 220 83 -
CMYK 0.27 0 0.62 0.14
HSL 86.28º 0.66% 0.59% -
HSV(B) 86.28º 0.62% 0.86% -
XYZ 41.65 59.28 17.43 -
YUV 186.44 69.62 109.14 -
System Red Green Blue C M Y K H S L
Decimal 160 220 83 0.27 0 0.62 0.14 86.28 0.66 0.59
Hex A0 DC 53 1B 0 3E E 56 42 3B
Octal 240 334 123 33 0 76 16 126 102 73
Binary 10100000 11011100 1010011 11011 0 111110 1110 1010110 1000010 111011

Color Harmonies of #A0DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC53

Black with #A0DC53

Text Example


Text Example

White with #A0DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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