#5AF076

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

Shades of Screamin' Green #5AF076

Tints of Screamin' Green #5AF076

Color information

#5AF076 (or 0x5AF076) is unknown color: approx Screamin' Green. HEX triplet: 5A, F0 and 76. RGB value is (90,240,118). Sum of RGB (Red+Green+Blue) = 90+240+118=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF076 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF076 is #A50F89. Grayscale: #B5B5B5. Windows color (decimal): -10817418 or 7794778. OLE color: 7794778.

HSL color Cylindrical-coordinate representation of color #5AF076: hue angle of 131.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 #5AF076 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB90240118-
CMYK0.6200.510.06
HSL131.2º83.33%64.71%-
HSV(B)131.2º62.5%94.12%-
XYZ38.6565.827.8-
YUV181.2492.362.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.09%
GREEN value IS 240 (94.14% from 255) = 53.57%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=20.09%
G=53.57%
B=26.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902401180.6200.510.06131.283.3364.71
Hex5AF0763E0336835341
Octal132360166760636203123101
Binary101101011110000111011011111001100111101000001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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