#8AFD6A

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

Shades of Screamin' Green #8AFD6A

Tints of Screamin' Green #8AFD6A

Color information

#8AFD6A (or 0x8AFD6A) is unknown color: approx Screamin' Green. HEX triplet: 8A, FD and 6A. RGB value is (138,253,106). Sum of RGB (Red+Green+Blue) = 138+253+106=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFD6A is #750295. Grayscale: #CACACA. Windows color (decimal): -7668374 or 7011722. OLE color: 7011722.

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

Color convert

RGB138253106-
CMYK0.4500.580.01
HSL106.94º97.35%70.39%-
HSV(B)106.94º58.1%99.22%-
XYZ48.2176.6925.9-
YUV201.8673.982.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 253 (99.22% from 255) = 50.91%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=27.77%
G=50.91%
B=21.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531060.4500.580.01106.9497.3570.39
Hex8AFD6A2D03A16b6146
Octal212375152550721153141106
Binary1000101011111101110101010110101110101110101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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