#5AFB8A

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

Shades of Screamin' Green #5AFB8A

Tints of Screamin' Green #5AFB8A

Color information

#5AFB8A (or 0x5AFB8A) is unknown color: approx Screamin' Green. HEX triplet: 5A, FB and 8A. RGB value is (90,251,138). Sum of RGB (Red+Green+Blue) = 90+251+138=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB8A is #A50475. Grayscale: #BEBEBE. Windows color (decimal): -10814582 or 9108314. OLE color: 9108314.

HSL color Cylindrical-coordinate representation of color #5AFB8A: hue angle of 137.89º degrees, saturation: 0.95, 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 #5AFB8A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB90251138-
CMYK0.6400.450.02
HSL137.89º95.27%66.86%-
HSV(B)137.89º64.14%98.43%-
XYZ43.37335.85-
YUV189.9898.6656.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.79%
GREEN value IS 251 (98.44% from 255) = 52.40%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=18.79%
G=52.40%
B=28.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902511380.6400.450.02137.8995.2766.86
Hex5AFB8A4002D28a5f43
Octal1323732121000552212137103
Binary1011010111110111000101010000000101101101000101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,251,138); }

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

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

 a { background-color: rgb(90,251,138); }

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

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

 span { border-color: rgb(90,251,138); }

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