#A2F95A

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

Shades of Conifer #A2F95A

Tints of Conifer #A2F95A

Color information

#A2F95A (or 0xA2F95A) is unknown color: approx Conifer. HEX triplet: A2, F9 and 5A. RGB value is (162,249,90). Sum of RGB (Red+Green+Blue) = 162+249+90=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F95A is #5D06A5. Grayscale: #CDCDCD. Windows color (decimal): -6096550 or 5962146. OLE color: 5962146.

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

Color convert

RGB16224990-
CMYK0.3500.640.02
HSL92.83º92.98%66.47%-
HSV(B)92.83º63.86%97.65%-
XYZ50.6276.1721.71-
YUV204.8663.1897.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 90 (35.55% from 255) = 17.96%
R=32.34%
G=49.70%
B=17.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162249900.3500.640.0292.8392.9866.47
HexA2F95A2304025d5d42
Octal2423711324301002135135102
Binary101000101111100110110101000110100000010101110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F95A; }

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

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

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

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

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

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

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

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