#72F160

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

Shades of Screamin' Green #72F160

Tints of Screamin' Green #72F160

Color information

#72F160 (or 0x72F160) is unknown color: approx Screamin' Green. HEX triplet: 72, F1 and 60. RGB value is (114,241,96). Sum of RGB (Red+Green+Blue) = 114+241+96=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #72F160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F160 is #8D0E9F. Grayscale: #BABABA. Windows color (decimal): -9244320 or 6353266. OLE color: 6353266.

HSL color Cylindrical-coordinate representation of color #72F160: hue angle of 112.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72F160 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB11424196-
CMYK0.5300.600.05
HSL112.55º83.82%66.08%-
HSV(B)112.55º60.17%94.51%-
XYZ40.5167.3321.93-
YUV186.576.9276.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 241 (94.53% from 255) = 53.44%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=25.28%
G=53.44%
B=21.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal114241960.5300.600.05112.5583.8266.08
Hex72F1603503C5715442
Octal162361140650745161124102
Binary11100101111000111000001101010111100101111000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72F160; }

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

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

<style>
 a { background-color: #72F160; }

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

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

<style>
 span { border-color: #72F160; }

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

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