#5af13a

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

Shades of Screamin' Green #5AF13A

Tints of Screamin' Green #5AF13A

Color information

#5AF13A (or 0x5AF13A) is unknown color: approx Screamin' Green. HEX triplet: 5A, F1 and 3A. RGB value is (90,241,58). Sum of RGB (Red+Green+Blue) = 90+241+58=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF13A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF13A is #A50EC5. Grayscale: #AFAFAF. Windows color (decimal): -10817222 or 3862874. OLE color: 3862874.

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

Color convert

RGB9024158-
CMYK0.6300.760.05
HSL109.51º86.73%58.63%-
HSV(B)109.51º75.93%94.51%-
XYZ36.4465.3914.7-
YUV174.9961.9767.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=23.14%
G=61.95%
B=14.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90241580.6300.760.05109.5186.7358.63
Hex5AF13A3F04C56e573b
Octal13236172770114515612773
Binary1011010111100011110101111110100110010111011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5af13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,241,58); }

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

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

 a { background-color: rgb(90,241,58); }

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

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

 span { border-color: rgb(90,241,58); }

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