#A0F95D

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

Shades of Conifer #A0F95D

Tints of Conifer #A0F95D

Color information

#A0F95D (or 0xA0F95D) is unknown color: approx Conifer. HEX triplet: A0, F9 and 5D. RGB value is (160,249,93). Sum of RGB (Red+Green+Blue) = 160+249+93=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F95D is #5F06A2. Grayscale: #CDCDCD. Windows color (decimal): -6227619 or 6158752. OLE color: 6158752.

HSL color Cylindrical-coordinate representation of color #A0F95D: hue angle of 94.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F95D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB16024993-
CMYK0.3600.630.02
HSL94.23º92.86%67.06%-
HSV(B)94.23º62.65%97.65%-
XYZ50.3576.0222.37-
YUV204.665.0196.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 249 (97.66% from 255) = 49.60%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=31.87%
G=49.60%
B=18.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160249930.3600.630.0294.2392.8667.06
HexA0F95D2403F25e5d43
Octal240371135440772136135103
Binary10100000111110011011101100100011111110101111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F95D; }

 p { color: rgb(160,249,93); }

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

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

 a { background-color: rgb(160,249,93); }

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

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

 span { border-color: rgb(160,249,93); }

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