#8AFA65

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

Shades of Screamin' Green #8AFA65

Tints of Screamin' Green #8AFA65

Color information

#8AFA65 (or 0x8AFA65) is unknown color: approx Screamin' Green. HEX triplet: 8A, FA and 65. RGB value is (138,250,101). Sum of RGB (Red+Green+Blue) = 138+250+101=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFA65 is #75059A. Grayscale: #C8C8C8. Windows color (decimal): -7669147 or 6683274. OLE color: 6683274.

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

Color convert

RGB138250101-
CMYK0.4500.600.02
HSL105.1º93.71%68.82%-
HSV(B)105.1º59.6%98.04%-
XYZ47.0274.7124.26-
YUV199.5372.3984.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 250 (98.05% from 255) = 51.12%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=28.22%
G=51.12%
B=20.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501010.4500.600.02105.193.7168.82
Hex8AFA652D03C2695e45
Octal212372145550742151136105
Binary10001010111110101100101101101011110010110100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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