#A0F425

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

Shades of Green Yellow #A0F425

Tints of Green Yellow #A0F425

Color information

#A0F425 (or 0xA0F425) is unknown color: approx Green Yellow. HEX triplet: A0, F4 and 25. RGB value is (160,244,37). Sum of RGB (Red+Green+Blue) = 160+244+37=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F425 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F425 is #5F0BDA. Grayscale: #C4C4C4. Windows color (decimal): -6228955 or 2487456. OLE color: 2487456.

HSL color Cylindrical-coordinate representation of color #A0F425: hue angle of 84.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F425 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB16024437-
CMYK0.3400.850.04
HSL84.35º90.39%55.1%-
HSV(B)84.35º84.84%95.69%-
XYZ47.1872.3113.22-
YUV195.2938.67102.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 244 (95.70% from 255) = 55.33%
BLUE value IS 37 (14.84% from 255) = 8.39%
R=36.28%
G=55.33%
B=8.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160244370.3400.850.0484.3590.3955.1
HexA0F425220554545a37
Octal24036445420125412413267
Binary10100000111101001001011000100101010110010101001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F425; }

 p { color: rgb(160,244,37); }

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

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

 a { background-color: rgb(160,244,37); }

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

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

 span { border-color: rgb(160,244,37); }

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