#A2FE5A

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

Shades of Conifer #A2FE5A

Tints of Conifer #A2FE5A

Color information

#A2FE5A (or 0xA2FE5A) is unknown color: approx Conifer. HEX triplet: A2, FE and 5A. RGB value is (162,254,90). Sum of RGB (Red+Green+Blue) = 162+254+90=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FE5A is #5D01A5. Grayscale: #D0D0D0. Windows color (decimal): -6095270 or 5963426. OLE color: 5963426.

HSL color Cylindrical-coordinate representation of color #A2FE5A: hue angle of 93.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2FE5A is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB16225490-
CMYK0.3600.650.00
HSL93.66º98.8%67.45%-
HSV(B)93.66º64.57%99.61%-
XYZ52.1979.322.23-
YUV207.861.5295.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 254 (99.61% from 255) = 50.20%
BLUE value IS 90 (35.55% from 255) = 17.79%
R=32.02%
G=50.20%
B=17.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162254900.3600.650.0093.6698.867.45
HexA2FE5A2404105e6343
Octal2423761324401010136143103
Binary10100010111111101011010100100010000010101111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FE5A; }

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

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

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

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

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

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

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

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