#A0E05E

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

Shades of Conifer #A0E05E

Tints of Conifer #A0E05E

Color information

#A0E05E (or 0xA0E05E) is unknown color: approx Conifer. HEX triplet: A0, E0 and 5E. RGB value is (160,224,94). Sum of RGB (Red+Green+Blue) = 160+224+94=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E05E is #5F1FA1. Grayscale: #BEBEBE. Windows color (decimal): -6234018 or 6217888. OLE color: 6217888.

HSL color Cylindrical-coordinate representation of color #A0E05E: hue angle of 89.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0E05E is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB16022494-
CMYK0.2900.580.12
HSL89.54º67.71%62.35%-
HSV(B)89.54º58.04%87.84%-
XYZ43.1761.5920.2-
YUV190.0473.8106.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 94 (37.11% from 255) = 19.67%
R=33.47%
G=46.86%
B=19.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160224940.2900.580.1289.5467.7162.35
HexA0E05E1D03AC5a443e
Octal240340136350721413210476
Binary10100000111000001011110111010111010110010110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E05E; }

 p { color: rgb(160,224,94); }

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

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

 a { background-color: rgb(160,224,94); }

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

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

 span { border-color: rgb(160,224,94); }

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