#A2FA61

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

Shades of Conifer #A2FA61

Tints of Conifer #A2FA61

Color information

#A2FA61 (or 0xA2FA61) is unknown color: approx Conifer. HEX triplet: A2, FA and 61. RGB value is (162,250,97). Sum of RGB (Red+Green+Blue) = 162+250+97=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA61 is #5D059E. Grayscale: #CECECE. Windows color (decimal): -6096287 or 6421154. OLE color: 6421154.

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

Color convert

RGB16225097-
CMYK0.3500.610.02
HSL94.51º93.87%68.04%-
HSV(B)94.51º61.2%98.04%-
XYZ51.2476.9223.45-
YUV206.2566.3596.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=31.83%
G=49.12%
B=19.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162250970.3500.610.0294.5193.8768.04
HexA2FA612303D25f5e44
Octal242372141430752137136104
Binary10100010111110101100001100011011110110101111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA61; }

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

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

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

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

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

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

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

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