#A0F15E

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

Shades of Conifer #A0F15E

Tints of Conifer #A0F15E

Color information

#A0F15E (or 0xA0F15E) is unknown color: approx Conifer. HEX triplet: A0, F1 and 5E. RGB value is (160,241,94). Sum of RGB (Red+Green+Blue) = 160+241+94=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F15E is #5F0EA1. Grayscale: #C8C8C8. Windows color (decimal): -6229666 or 6222240. OLE color: 6222240.

HSL color Cylindrical-coordinate representation of color #A0F15E: hue angle of 93.06º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F15E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB16024194-
CMYK0.3400.610.05
HSL93.06º84%65.69%-
HSV(B)93.06º61%94.51%-
XYZ47.9771.1921.8-
YUV200.0268.1699.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=32.32%
G=48.69%
B=18.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160241940.3400.610.0593.068465.69
HexA0F15E2203D55d5442
Octal240361136420755135124102
Binary101000001111000110111101000100111101101101110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F15E; }

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

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

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

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

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

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

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

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