Html Css Color HEX #5AF160 Screamin' Green

📋 copy color: '#5AF160'

red 90 ◦ green 241 ◦ blue 96

#5AF160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #5AF160

Tints of Screamin' Green #5AF160

RGB

 RED value IS 90 (35.55% from 255) = 21.08%

 GREEN value IS 241 (94.53% from 255) = 56.44%

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 21.08%
G = 56.44%
B = 22.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#5AF160 (or 0x5AF160) is known color: Screamin' Green. HEX triplet: 5A, F1 and 60. RGB value is (90,241,96). Sum of RGB (Red+Green+Blue) = 90+241+96=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF160 is #A50E9F. Grayscale: #B3B3B3. Windows color (decimal): -10817184 or 6353242. OLE color: 6353242.

HSL color Cylindrical-coordinate representation of color #5AF160: hue angle of 122.38º degrees, saturation: 0.84, 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 #5AF160 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 241 96 -
CMYK 0.63 0 0.60 0.05
HSL 122.38º 0.84% 0.65% -
HSV(B) 122.38º 0.63% 0.95% -
XYZ 37.78 65.93 21.8 -
YUV 179.32 80.97 64.29 -
System Red Green Blue C M Y K H S L
Decimal 90 241 96 0.63 0 0.60 0.05 122.38 0.84 0.65
Hex 5A F1 60 3F 0 3C 5 7A 54 41
Octal 132 361 140 77 0 74 5 172 124 101
Binary 1011010 11110001 1100000 111111 0 111100 101 1111010 1010100 1000001

Color Harmonies of #5AF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF160

Black with #5AF160

Text Example


Text Example

White with #5AF160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AF160;
 }
 .AnyTagClassName
 {
   color: #5AF160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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