#5AFA06

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

Shades of Bright Green #5AFA06

Tints of Bright Green #5AFA06

Color information

#5AFA06 (or 0x5AFA06) is unknown color: approx Bright Green. HEX triplet: 5A, FA and 06. RGB value is (90,250,6). Sum of RGB (Red+Green+Blue) = 90+250+6=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFA06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFA06 is #A505F9. Grayscale: #AFAFAF. Windows color (decimal): -10814970 or 457306. OLE color: 457306.

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

Color convert

RGB902506-
CMYK0.6400.980.02
HSL99.34º96.06%50.2%-
HSV(B)99.34º97.6%98.04%-
XYZ38.4370.5611.77-
YUV174.3432.9967.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 250 (98.05% from 255) = 72.25%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=26.01%
G=72.25%
B=1.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9025060.6400.980.0299.3496.0650.2
Hex5AFA6400622636032
Octal13237261000142214314062
Binary1011010111110101101000000011000101011000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,250,6); }

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

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

 a { background-color: rgb(90,250,6); }

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

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

 span { border-color: rgb(90,250,6); }

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