#A0FD35

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

Shades of Green Yellow #A0FD35

Tints of Green Yellow #A0FD35

Color information

#A0FD35 (or 0xA0FD35) is unknown color: approx Green Yellow. HEX triplet: A0, FD and 35. RGB value is (160,253,53). Sum of RGB (Red+Green+Blue) = 160+253+53=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FD35 is #5F02CA. Grayscale: #CBCBCB. Windows color (decimal): -6226635 or 3538336. OLE color: 3538336.

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

Color convert

RGB16025353-
CMYK0.3700.790.01
HSL87.9º98.04%60%-
HSV(B)87.9º79.05%99.22%-
XYZ50.2777.9815.77-
YUV202.3943.6997.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 253 (99.22% from 255) = 54.29%
BLUE value IS 53 (21.09% from 255) = 11.37%
R=34.33%
G=54.29%
B=11.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160253530.3700.790.0187.998.0460
HexA0FD352504F158623c
Octal24037565450117113014274
Binary101000001111110111010110010101001111110110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD35; }

 p { color: rgb(160,253,53); }

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

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

 a { background-color: rgb(160,253,53); }

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

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

 span { border-color: rgb(160,253,53); }

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