#A2FD48

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

Shades of Green Yellow #A2FD48

Tints of Green Yellow #A2FD48

Color information

#A2FD48 (or 0xA2FD48) is unknown color: approx Green Yellow. HEX triplet: A2, FD and 48. RGB value is (162,253,72). Sum of RGB (Red+Green+Blue) = 162+253+72=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FD48 is #5D02B7. Grayscale: #CDCDCD. Windows color (decimal): -6095544 or 4783522. OLE color: 4783522.

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

Color convert

RGB16225372-
CMYK0.3600.720.01
HSL90.17º97.84%63.73%-
HSV(B)90.17º71.54%99.22%-
XYZ51.278.418.57-
YUV205.1652.8597.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 253 (99.22% from 255) = 51.95%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=33.26%
G=51.95%
B=14.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162253720.3600.720.0190.1797.8463.73
HexA2FD482404815a6240
Octal2423751104401101132142100
Binary10100010111111011001000100100010010001101101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FD48; }

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

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

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

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

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

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

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

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