#A0E953

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

Shades of Conifer #A0E953

Tints of Conifer #A0E953

Color information

#A0E953 (or 0xA0E953) is unknown color: approx Conifer. HEX triplet: A0, E9 and 53. RGB value is (160,233,83). Sum of RGB (Red+Green+Blue) = 160+233+83=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E953 is #5F16AC. Grayscale: #C2C2C2. Windows color (decimal): -6231725 or 5499296. OLE color: 5499296.

HSL color Cylindrical-coordinate representation of color #A0E953: hue angle of 89.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0E953 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB16023383-
CMYK0.3100.640.09
HSL89.2º77.32%61.96%-
HSV(B)89.2º64.38%91.37%-
XYZ45.266.3818.61-
YUV194.0765.32103.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 83 (32.81% from 255) = 17.44%
R=33.61%
G=48.95%
B=17.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160233830.3100.640.0989.277.3261.96
HexA0E9531F0409594d3e
Octal2403511233701001113111576
Binary101000001110100110100111111101000000100110110011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E953; }

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

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

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

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

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

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

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

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