#A0ED5D

Color #A0ED5D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0ED5D

Tints of Conifer #A0ED5D

Color information

#A0ED5D (or 0xA0ED5D) is unknown color: approx Conifer. HEX triplet: A0, ED and 5D. RGB value is (160,237,93). Sum of RGB (Red+Green+Blue) = 160+237+93=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED5D is #5F12A2. Grayscale: #C6C6C6. Windows color (decimal): -6230691 or 6155680. OLE color: 6155680.

HSL color Cylindrical-coordinate representation of color #A0ED5D: hue angle of 92.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0ED5D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB16023793-
CMYK0.3200.610.07
HSL92.08º80%64.71%-
HSV(B)92.08º60.76%92.94%-
XYZ46.7668.8321.18-
YUV197.5668.99101.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 237 (92.97% from 255) = 48.37%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=32.65%
G=48.37%
B=18.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160237930.3200.610.0792.088064.71
HexA0ED5D2003D75c5041
Octal240355135400757134120101
Binary101000001110110110111011000000111101111101110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED5D; }

 p { color: rgb(160,237,93); }

 H1.HeaderClassName
 {
   color: #A0ED5D;
 }
 .AnyTagClassName
 {
   color: #A0ED5D;
 }
</style>
background-color css

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

 a { background-color: rgb(160,237,93); }

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

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

 span { border-color: rgb(160,237,93); }

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