#8AF55E

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

Shades of Screamin' Green #8AF55E

Tints of Screamin' Green #8AF55E

Color information

#8AF55E (or 0x8AF55E) is unknown color: approx Screamin' Green. HEX triplet: 8A, F5 and 5E. RGB value is (138,245,94). Sum of RGB (Red+Green+Blue) = 138+245+94=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF55E is #750AA1. Grayscale: #C4C4C4. Windows color (decimal): -7670434 or 6223242. OLE color: 6223242.

HSL color Cylindrical-coordinate representation of color #8AF55E: hue angle of 102.52º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AF55E is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB13824594-
CMYK0.4400.620.04
HSL102.52º88.3%66.47%-
HSV(B)102.52º61.63%96.08%-
XYZ45.1571.5222.01-
YUV195.7970.5586.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 245 (96.09% from 255) = 51.36%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=28.93%
G=51.36%
B=19.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138245940.4400.620.04102.5288.366.47
Hex8AF55E2C03E4675842
Octal212365136540764147130102
Binary100010101111010110111101011000111110100110011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AF55E; }

 p { color: rgb(138,245,94); }

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

<style>
 a { background-color: #8AF55E; }

 a { background-color: rgb(138,245,94); }

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

<style>
 span { border-color: #8AF55E; }

 span { border-color: rgb(138,245,94); }

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