#A0E462

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

Shades of Conifer #A0E462

Tints of Conifer #A0E462

Color information

#A0E462 (or 0xA0E462) is unknown color: approx Conifer. HEX triplet: A0, E4 and 62. RGB value is (160,228,98). Sum of RGB (Red+Green+Blue) = 160+228+98=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E462 is #5F1B9D. Grayscale: #C1C1C1. Windows color (decimal): -6232990 or 6481056. OLE color: 6481056.

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

Color convert

RGB16022898-
CMYK0.3000.570.11
HSL91.38º70.65%63.92%-
HSV(B)91.38º57.02%89.41%-
XYZ44.4563.8421.54-
YUV192.8574.47104.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 228 (89.45% from 255) = 46.91%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=32.92%
G=46.91%
B=20.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160228980.3000.570.1191.3870.6563.92
HexA0E4621E039B5b4740
Octal2403441423607113133107100
Binary101000001110010011000101111001110011011101101110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E462; }

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

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

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

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

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

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

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

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