#5AF386

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

Shades of Screamin' Green #5AF386

Tints of Screamin' Green #5AF386

Color information

#5AF386 (or 0x5AF386) is unknown color: approx Screamin' Green. HEX triplet: 5A, F3 and 86. RGB value is (90,243,134). Sum of RGB (Red+Green+Blue) = 90+243+134=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF386 is #A50C79. Grayscale: #B9B9B9. Windows color (decimal): -10816634 or 8844122. OLE color: 8844122.

HSL color Cylindrical-coordinate representation of color #5AF386: hue angle of 137.25º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF386 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB90243134-
CMYK0.6300.450.05
HSL137.25º86.44%65.29%-
HSV(B)137.25º62.96%95.29%-
XYZ40.576833.54-
YUV184.8399.3160.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=19.27%
G=52.03%
B=28.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431340.6300.450.05137.2586.4465.29
Hex5AF3863F02D5895641
Octal132363206770555211126101
Binary1011010111100111000011011111101011011011000100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,134); }

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

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

 a { background-color: rgb(90,243,134); }

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

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

 span { border-color: rgb(90,243,134); }

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