#A0E75E

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

Shades of Conifer #A0E75E

Tints of Conifer #A0E75E

Color information

#A0E75E (or 0xA0E75E) is unknown color: approx Conifer. HEX triplet: A0, E7 and 5E. RGB value is (160,231,94). Sum of RGB (Red+Green+Blue) = 160+231+94=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E75E is #5F18A1. Grayscale: #C2C2C2. Windows color (decimal): -6232226 or 6219680. OLE color: 6219680.

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

Color convert

RGB16023194-
CMYK0.3100.590.09
HSL91.09º74.05%63.73%-
HSV(B)91.09º59.31%90.59%-
XYZ45.0965.4320.84-
YUV194.1571.48103.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=32.99%
G=47.63%
B=19.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160231940.3100.590.0991.0974.0563.73
HexA0E75E1F03B95b4a40
Octal2403471363707311133112100
Binary101000001110011110111101111101110111001101101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E75E; }

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

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

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

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

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

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

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

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