#A0F32D

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

Shades of Green Yellow #A0F32D

Tints of Green Yellow #A0F32D

Color information

#A0F32D (or 0xA0F32D) is unknown color: approx Green Yellow. HEX triplet: A0, F3 and 2D. RGB value is (160,243,45). Sum of RGB (Red+Green+Blue) = 160+243+45=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F32D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F32D is #5F0CD2. Grayscale: #C4C4C4. Windows color (decimal): -6229203 or 3011488. OLE color: 3011488.

HSL color Cylindrical-coordinate representation of color #A0F32D: hue angle of 85.15º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0F32D is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB16024345-
CMYK0.3400.810.05
HSL85.15º89.19%56.47%-
HSV(B)85.15º81.48%95.29%-
XYZ47.0271.7613.86-
YUV195.6143102.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 243 (95.31% from 255) = 54.24%
BLUE value IS 45 (17.97% from 255) = 10.04%
R=35.71%
G=54.24%
B=10.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160243450.3400.810.0585.1589.1956.47
HexA0F32D220515555938
Octal24036355420121512513170
Binary10100000111100111011011000100101000110110101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F32D; }

 p { color: rgb(160,243,45); }

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

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

 a { background-color: rgb(160,243,45); }

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

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

 span { border-color: rgb(160,243,45); }

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