#5AF016

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

Shades of Bright Green #5AF016

Tints of Bright Green #5AF016

Color information

#5AF016 (or 0x5AF016) is unknown color: approx Bright Green. HEX triplet: 5A, F0 and 16. RGB value is (90,240,22). Sum of RGB (Red+Green+Blue) = 90+240+22=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF016 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF016 is #A50FE9. Grayscale: #ABABAB. Windows color (decimal): -10817514 or 1503322. OLE color: 1503322.

HSL color Cylindrical-coordinate representation of color #5AF016: hue angle of 101.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AF016 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB9024022-
CMYK0.6200.910.06
HSL101.28º87.9%51.37%-
HSV(B)101.28º90.83%94.12%-
XYZ35.5264.5511.35-
YUV170.344.3170.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 240 (94.14% from 255) = 68.18%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=25.57%
G=68.18%
B=6.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal90240220.6200.910.06101.2887.951.37
Hex5AF0163E05B6655833
Octal13236026760133614513063
Binary101101011110000101101111100101101111011001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF016; }

 p { color: rgb(90,240,22); }

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

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

 a { background-color: rgb(90,240,22); }

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

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

 span { border-color: rgb(90,240,22); }

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