#A0F24F

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

Shades of Conifer #A0F24F

Tints of Conifer #A0F24F

Color information

#A0F24F (or 0xA0F24F) is unknown color: approx Conifer. HEX triplet: A0, F2 and 4F. RGB value is (160,242,79). Sum of RGB (Red+Green+Blue) = 160+242+79=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F24F is #5F0DB0. Grayscale: #C7C7C7. Windows color (decimal): -6229425 or 5239456. OLE color: 5239456.

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

Color convert

RGB16024279-
CMYK0.3400.670.05
HSL90.18º86.24%62.94%-
HSV(B)90.18º67.36%94.9%-
XYZ47.6671.5418.69-
YUV198.960.33100.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 242 (94.92% from 255) = 50.31%
BLUE value IS 79 (31.25% from 255) = 16.42%
R=33.26%
G=50.31%
B=16.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160242790.3400.670.0590.1886.2462.94
HexA0F24F2204355a563f
Octal240362117420103513212677
Binary101000001111001010011111000100100001110110110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F24F; }

 p { color: rgb(160,242,79); }

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

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

 a { background-color: rgb(160,242,79); }

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

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

 span { border-color: rgb(160,242,79); }

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