#6AFD86

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

Shades of Screamin' Green #6AFD86

Tints of Screamin' Green #6AFD86

Color information

#6AFD86 (or 0x6AFD86) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 86. RGB value is (106,253,134). Sum of RGB (Red+Green+Blue) = 106+253+134=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFD86 is #950279. Grayscale: #C3C3C3. Windows color (decimal): -9765498 or 8846698. OLE color: 8846698.

HSL color Cylindrical-coordinate representation of color #6AFD86: hue angle of 131.43º 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 #6AFD86 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB106253134-
CMYK0.5800.470.01
HSL131.43º97.35%70.39%-
HSV(B)131.43º58.1%99.22%-
XYZ45.3775.0434.65-
YUV195.4893.364.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 253 (99.22% from 255) = 51.32%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=21.50%
G=51.32%
B=27.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531340.5800.470.01131.4397.3570.39
Hex6AFD863A02F1836146
Octal152375206720571203141106
Binary11010101111110110000110111010010111111000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFD86; }

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

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

<style>
 a { background-color: #6AFD86; }

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

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

<style>
 span { border-color: #6AFD86; }

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

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