#A0FF26

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

Shades of Green Yellow #A0FF26

Tints of Green Yellow #A0FF26

Color information

#A0FF26 (or 0xA0FF26) is unknown color: approx Green Yellow. HEX triplet: A0, FF and 26. RGB value is (160,255,38). Sum of RGB (Red+Green+Blue) = 160+255+38=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF26 is #5F00D9. Grayscale: #CACACA. Windows color (decimal): -6226138 or 2555808. OLE color: 2555808.

HSL color Cylindrical-coordinate representation of color #A0FF26: hue angle of 86.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0FF26 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB16025538-
CMYK0.3700.850
HSL86.27º100%57.45%-
HSV(B)86.27º85.1%100%-
XYZ50.6179.1314.44-
YUV201.8635.5398.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 255 (100% from 255) = 56.29%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=35.32%
G=56.29%
B=8.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160255380.3700.85086.2710057.45
HexA0FF26250550566439
Octal24037746450125012614471
Binary101000001111111110011010010101010101010101101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF26; }

 p { color: rgb(160,255,38); }

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

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

 a { background-color: rgb(160,255,38); }

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

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

 span { border-color: rgb(160,255,38); }

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