#A0FB3D

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

Shades of Green Yellow #A0FB3D

Tints of Green Yellow #A0FB3D

Color information

#A0FB3D (or 0xA0FB3D) is unknown color: approx Green Yellow. HEX triplet: A0, FB and 3D. RGB value is (160,251,61). Sum of RGB (Red+Green+Blue) = 160+251+61=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB3D is #5F04C2. Grayscale: #CACACA. Windows color (decimal): -6227139 or 4062112. OLE color: 4062112.

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

Color convert

RGB16025161-
CMYK0.3600.760.02
HSL88.74º95.96%61.18%-
HSV(B)88.74º75.7%98.43%-
XYZ49.8476.816.61-
YUV202.1348.3597.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 251 (98.44% from 255) = 53.18%
BLUE value IS 61 (24.22% from 255) = 12.92%
R=33.90%
G=53.18%
B=12.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160251610.3600.760.0288.7495.9661.18
HexA0FB3D2404C259603d
Octal24037375440114213114075
Binary1010000011111011111101100100010011001010110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FB3D; }

 p { color: rgb(160,251,61); }

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

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

 a { background-color: rgb(160,251,61); }

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

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

 span { border-color: rgb(160,251,61); }

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