#A2FA57

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

Shades of Conifer #A2FA57

Tints of Conifer #A2FA57

Color information

#A2FA57 (or 0xA2FA57) is unknown color: approx Conifer. HEX triplet: A2, FA and 57. RGB value is (162,250,87). Sum of RGB (Red+Green+Blue) = 162+250+87=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA57 is #5D05A8. Grayscale: #CDCDCD. Windows color (decimal): -6096297 or 5765794. OLE color: 5765794.

HSL color Cylindrical-coordinate representation of color #A2FA57: hue angle of 92.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2FA57 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB16225087-
CMYK0.3500.650.02
HSL92.39º94.22%66.08%-
HSV(B)92.39º65.2%98.04%-
XYZ50.8176.7421.15-
YUV205.1161.3597.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 87 (34.38% from 255) = 17.43%
R=32.46%
G=50.10%
B=17.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162250870.3500.650.0292.3994.2266.08
HexA2FA572304125c5e42
Octal2423721274301012134136102
Binary101000101111101010101111000110100000110101110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA57; }

 p { color: rgb(162,250,87); }

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

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

 a { background-color: rgb(162,250,87); }

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

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

 span { border-color: rgb(162,250,87); }

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