#8AFE66

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

Shades of Screamin' Green #8AFE66

Tints of Screamin' Green #8AFE66

Color information

#8AFE66 (or 0x8AFE66) is unknown color: approx Screamin' Green. HEX triplet: 8A, FE and 66. RGB value is (138,254,102). Sum of RGB (Red+Green+Blue) = 138+254+102=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE66 is #750199. Grayscale: #CACACA. Windows color (decimal): -7668122 or 6749834. OLE color: 6749834.

HSL color Cylindrical-coordinate representation of color #8AFE66: hue angle of 105.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AFE66 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB138254102-
CMYK0.4600.600.00
HSL105.79º98.7%69.8%-
HSV(B)105.79º59.84%99.61%-
XYZ48.3277.2524.93-
YUV201.9971.5782.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 254 (99.61% from 255) = 51.42%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=27.94%
G=51.42%
B=20.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541020.4600.600.00105.7998.769.8
Hex8AFE662E03C06a6346
Octal212376146560740152143106
Binary1000101011111110110011010111001111000110101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,254,102); }

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

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

 a { background-color: rgb(138,254,102); }

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

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

 span { border-color: rgb(138,254,102); }

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