#5AFA60

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

Shades of Screamin' Green #5AFA60

Tints of Screamin' Green #5AFA60

Color information

#5AFA60 (or 0x5AFA60) is unknown color: approx Screamin' Green. HEX triplet: 5A, FA and 60. RGB value is (90,250,96). Sum of RGB (Red+Green+Blue) = 90+250+96=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFA60 is #A5059F. Grayscale: #B9B9B9. Windows color (decimal): -10814880 or 6355546. OLE color: 6355546.

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

Color convert

RGB9025096-
CMYK0.6400.620.02
HSL122.25º94.12%66.67%-
HSV(B)122.25º64%98.04%-
XYZ40.5171.3922.71-
YUV184.677.9960.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.64%
GREEN value IS 250 (98.05% from 255) = 57.34%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=20.64%
G=57.34%
B=22.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90250960.6400.620.02122.2594.1266.67
Hex5AFA604003E27a5e43
Octal1323721401000762172136103
Binary10110101111101011000001000000011111010111101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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