#8AF561

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

Shades of Screamin' Green #8AF561

Tints of Screamin' Green #8AF561

Color information

#8AF561 (or 0x8AF561) is unknown color: approx Screamin' Green. HEX triplet: 8A, F5 and 61. RGB value is (138,245,97). Sum of RGB (Red+Green+Blue) = 138+245+97=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF561 is #750A9E. Grayscale: #C4C4C4. Windows color (decimal): -7670431 or 6419850. OLE color: 6419850.

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

Color convert

RGB13824597-
CMYK0.4400.600.04
HSL103.38º88.1%67.06%-
HSV(B)103.38º60.41%96.08%-
XYZ45.2971.5722.74-
YUV196.1472.0586.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.75%
GREEN value IS 245 (96.09% from 255) = 51.04%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=28.75%
G=51.04%
B=20.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138245970.4400.600.04103.3888.167.06
Hex8AF5612C03C4675843
Octal212365141540744147130103
Binary100010101111010111000011011000111100100110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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