#A0E961

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

Shades of Conifer #A0E961

Tints of Conifer #A0E961

Color information

#A0E961 (or 0xA0E961) is unknown color: approx Conifer. HEX triplet: A0, E9 and 61. RGB value is (160,233,97). Sum of RGB (Red+Green+Blue) = 160+233+97=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E961 is #5F169E. Grayscale: #C4C4C4. Windows color (decimal): -6231711 or 6416800. OLE color: 6416800.

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

Color convert

RGB16023397-
CMYK0.3100.580.09
HSL92.21º75.56%64.71%-
HSV(B)92.21º58.37%91.37%-
XYZ45.7966.6121.75-
YUV195.6772.32102.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=32.65%
G=47.55%
B=19.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160233970.3100.580.0992.2175.5664.71
HexA0E9611F03A95c4c41
Octal2403511413707211134114101
Binary101000001110100111000011111101110101001101110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E961; }

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

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

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

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

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

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

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

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