#8af85a

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

Shades of Screamin' Green #8AF85A

Tints of Screamin' Green #8AF85A

Color information

#8AF85A (or 0x8AF85A) is unknown color: approx Screamin' Green. HEX triplet: 8A, F8 and 5A. RGB value is (138,248,90). Sum of RGB (Red+Green+Blue) = 138+248+90=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF85A is #7507A5. Grayscale: #C5C5C5. Windows color (decimal): -7669670 or 5961866. OLE color: 5961866.

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

Color convert

RGB13824890-
CMYK0.4400.640.03
HSL101.77º91.86%66.27%-
HSV(B)101.77º63.71%97.25%-
XYZ45.8973.2821.4-
YUV197.167.5685.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 248 (97.27% from 255) = 52.10%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=28.99%
G=52.10%
B=18.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138248900.4400.640.03101.7791.8666.27
Hex8AF85A2C0403665c42
Octal2123701325401003146134102
Binary100010101111100010110101011000100000011110011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af85a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,248,90); }

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

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

 a { background-color: rgb(138,248,90); }

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

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

 span { border-color: rgb(138,248,90); }

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