#8AF761

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

Shades of Screamin' Green #8AF761

Tints of Screamin' Green #8AF761

Color information

#8AF761 (or 0x8AF761) is unknown color: approx Screamin' Green. HEX triplet: 8A, F7 and 61. RGB value is (138,247,97). Sum of RGB (Red+Green+Blue) = 138+247+97=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF761 is #75089E. Grayscale: #C5C5C5. Windows color (decimal): -7669919 or 6420362. OLE color: 6420362.

HSL color Cylindrical-coordinate representation of color #8AF761: hue angle of 103.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AF761 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB13824797-
CMYK0.4400.610.03
HSL103.6º90.36%67.45%-
HSV(B)103.6º60.73%96.86%-
XYZ45.972.7922.94-
YUV197.3171.3985.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 247 (96.88% from 255) = 51.24%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=28.63%
G=51.24%
B=20.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138247970.4400.610.03103.690.3667.45
Hex8AF7612C03D3685a43
Octal212367141540753150132103
Binary10001010111101111100001101100011110111110100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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