#8AFA61

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

Shades of Screamin' Green #8AFA61

Tints of Screamin' Green #8AFA61

Color information

#8AFA61 (or 0x8AFA61) is unknown color: approx Screamin' Green. HEX triplet: 8A, FA and 61. RGB value is (138,250,97). Sum of RGB (Red+Green+Blue) = 138+250+97=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFA61 is #75059E. Grayscale: #C7C7C7. Windows color (decimal): -7669151 or 6421130. OLE color: 6421130.

HSL color Cylindrical-coordinate representation of color #8AFA61: hue angle of 103.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AFA61 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB13825097-
CMYK0.4500.610.02
HSL103.92º93.87%68.04%-
HSV(B)103.92º61.2%98.04%-
XYZ46.8274.6423.25-
YUV199.0770.3984.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 51.55%
BLUE value IS 97 (38.28% from 255) = 20%
R=28.45%
G=51.55%
B=20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138250970.4500.610.02103.9293.8768.04
Hex8AFA612D03D2685e44
Octal212372141550752150136104
Binary10001010111110101100001101101011110110110100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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