#5AF084

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

Shades of Screamin' Green #5AF084

Tints of Screamin' Green #5AF084

Color information

#5AF084 (or 0x5AF084) is unknown color: approx Screamin' Green. HEX triplet: 5A, F0 and 84. RGB value is (90,240,132). Sum of RGB (Red+Green+Blue) = 90+240+132=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF084 is #A50F7B. Grayscale: #B7B7B7. Windows color (decimal): -10817404 or 8712282. OLE color: 8712282.

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

Color convert

RGB90240132-
CMYK0.6200.450.06
HSL136.8º83.33%64.71%-
HSV(B)136.8º62.5%94.12%-
XYZ39.5466.1632.52-
YUV182.8499.361.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.48%
GREEN value IS 240 (94.14% from 255) = 51.95%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=19.48%
G=51.95%
B=28.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902401320.6200.450.06136.883.3364.71
Hex5AF0843E02D6895341
Octal132360204760556211123101
Binary1011010111100001000010011111001011011101000100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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