#5AF080

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

Shades of Screamin' Green #5AF080

Tints of Screamin' Green #5AF080

Color information

#5AF080 (or 0x5AF080) is unknown color: approx Screamin' Green. HEX triplet: 5A, F0 and 80. RGB value is (90,240,128). Sum of RGB (Red+Green+Blue) = 90+240+128=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF080 is #A50F7F. Grayscale: #B6B6B6. Windows color (decimal): -10817408 or 8450138. OLE color: 8450138.

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

Color convert

RGB90240128-
CMYK0.6200.470.06
HSL135.2º83.33%64.71%-
HSV(B)135.2º62.5%94.12%-
XYZ39.2766.0531.1-
YUV182.3897.362.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.65%
GREEN value IS 240 (94.14% from 255) = 52.40%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=19.65%
G=52.40%
B=27.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902401280.6200.470.06135.283.3364.71
Hex5AF0803E02F6875341
Octal132360200760576207123101
Binary1011010111100001000000011111001011111101000011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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