#a0e460

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

Shades of Conifer #A0E460

Tints of Conifer #A0E460

Color information

#A0E460 (or 0xA0E460) is unknown color: approx Conifer. HEX triplet: A0, E4 and 60. RGB value is (160,228,96). Sum of RGB (Red+Green+Blue) = 160+228+96=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E460 is #5F1B9F. Grayscale: #C1C1C1. Windows color (decimal): -6232992 or 6349984. OLE color: 6349984.

HSL color Cylindrical-coordinate representation of color #A0E460: hue angle of 90.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0E460 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB16022896-
CMYK0.3000.580.11
HSL90.91º70.97%63.53%-
HSV(B)90.91º57.89%89.41%-
XYZ44.3563.821.04-
YUV192.6273.47104.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=33.06%
G=47.11%
B=19.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160228960.3000.580.1190.9170.9763.53
HexA0E4601E03AB5b4740
Octal2403441403607213133107100
Binary101000001110010011000001111001110101011101101110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0e460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0e460; }

 p { color: rgb(160,228,96); }

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

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

 a { background-color: rgb(160,228,96); }

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

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

 span { border-color: rgb(160,228,96); }

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