#A2F958

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

Shades of Conifer #A2F958

Tints of Conifer #A2F958

Color information

#A2F958 (or 0xA2F958) is unknown color: approx Conifer. HEX triplet: A2, F9 and 58. RGB value is (162,249,88). Sum of RGB (Red+Green+Blue) = 162+249+88=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F958 is #5D06A7. Grayscale: #CDCDCD. Windows color (decimal): -6096552 or 5831074. OLE color: 5831074.

HSL color Cylindrical-coordinate representation of color #A2F958: hue angle of 92.42º degrees, saturation: 0.93, 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 #A2F958 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB16224988-
CMYK0.3500.650.02
HSL92.42º93.06%66.08%-
HSV(B)92.42º64.66%97.65%-
XYZ50.5476.1421.26-
YUV204.6362.1897.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 249 (97.66% from 255) = 49.90%
BLUE value IS 88 (34.77% from 255) = 17.64%
R=32.46%
G=49.90%
B=17.64%

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
Decimal162249880.3500.650.0292.4293.0666.08
HexA2F9582304125c5d42
Octal2423711304301012134135102
Binary101000101111100110110001000110100000110101110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F958; }

 p { color: rgb(162,249,88); }

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

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

 a { background-color: rgb(162,249,88); }

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

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

 span { border-color: rgb(162,249,88); }

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