#8AFD62

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

Shades of Screamin' Green #8AFD62

Tints of Screamin' Green #8AFD62

Color information

#8AFD62 (or 0x8AFD62) is unknown color: approx Screamin' Green. HEX triplet: 8A, FD and 62. RGB value is (138,253,98). Sum of RGB (Red+Green+Blue) = 138+253+98=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFD62 is #75029D. Grayscale: #C9C9C9. Windows color (decimal): -7668382 or 6487434. OLE color: 6487434.

HSL color Cylindrical-coordinate representation of color #8AFD62: hue angle of 104.52º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AFD62 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB13825398-
CMYK0.4500.610.01
HSL104.52º97.48%68.82%-
HSV(B)104.52º61.26%99.22%-
XYZ47.8176.5423.81-
YUV200.9469.983.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 253 (99.22% from 255) = 51.74%
BLUE value IS 98 (38.67% from 255) = 20.04%
R=28.22%
G=51.74%
B=20.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138253980.4500.610.01104.5297.4868.82
Hex8AFD622D03D1696145
Octal212375142550751151141105
Binary1000101011111101110001010110101111011110100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,98); }

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

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

 a { background-color: rgb(138,253,98); }

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

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

 span { border-color: rgb(138,253,98); }

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