#a2f260

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

Shades of Conifer #A2F260

Tints of Conifer #A2F260

Color information

#A2F260 (or 0xA2F260) is unknown color: approx Conifer. HEX triplet: A2, F2 and 60. RGB value is (162,242,96). Sum of RGB (Red+Green+Blue) = 162+242+96=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F260 is #5D0D9F. Grayscale: #C9C9C9. Windows color (decimal): -6098336 or 6353570. OLE color: 6353570.

HSL color Cylindrical-coordinate representation of color #A2F260: hue angle of 92.88º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F260 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16224296-
CMYK0.3300.600.05
HSL92.88º84.88%66.27%-
HSV(B)92.88º60.33%94.9%-
XYZ48.7672.0322.4-
YUV201.4468.599.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=32.4%
G=48.4%
B=19.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162242960.3300.600.0592.8884.8866.27
HexA2F2602103C55d5542
Octal242362140410745135125102
Binary101000101111001011000001000010111100101101110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2f260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2f260; }

 p { color: rgb(162,242,96); }

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

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

 a { background-color: rgb(162,242,96); }

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

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

 span { border-color: rgb(162,242,96); }

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