#A2FD3C

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

Shades of Green Yellow #A2FD3C

Tints of Green Yellow #A2FD3C

Color information

#A2FD3C (or 0xA2FD3C) is unknown color: approx Green Yellow. HEX triplet: A2, FD and 3C. RGB value is (162,253,60). Sum of RGB (Red+Green+Blue) = 162+253+60=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FD3C is #5D02C3. Grayscale: #CCCCCC. Windows color (decimal): -6095556 or 3997090. OLE color: 3997090.

HSL color Cylindrical-coordinate representation of color #A2FD3C: hue angle of 88.29º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2FD3C is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB16225360-
CMYK0.3600.760.01
HSL88.29º97.97%61.37%-
HSV(B)88.29º76.28%99.22%-
XYZ50.8478.2616.7-
YUV203.7946.8598.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 253 (99.22% from 255) = 53.26%
BLUE value IS 60 (23.83% from 255) = 12.63%
R=34.11%
G=53.26%
B=12.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162253600.3600.760.0188.2997.9761.37
HexA2FD3C2404C158623d
Octal24237574440114113014275
Binary101000101111110111110010010001001100110110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FD3C; }

 p { color: rgb(162,253,60); }

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

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

 a { background-color: rgb(162,253,60); }

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

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

 span { border-color: rgb(162,253,60); }

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