#6AFD6F

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

Shades of Screamin' Green #6AFD6F

Tints of Screamin' Green #6AFD6F

Color information

#6AFD6F (or 0x6AFD6F) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 6F. RGB value is (106,253,111). Sum of RGB (Red+Green+Blue) = 106+253+111=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD6F is #950290. Grayscale: #C1C1C1. Windows color (decimal): -9765521 or 7339370. OLE color: 7339370.

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

Color convert

RGB106253111-
CMYK0.5800.560.01
HSL122.04º97.35%70.39%-
HSV(B)122.04º58.1%99.22%-
XYZ43.9474.4627.1-
YUV192.8681.866.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 253 (99.22% from 255) = 53.83%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=22.55%
G=53.83%
B=23.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531110.5800.560.01122.0497.3570.39
Hex6AFD6F3A03817a6146
Octal152375157720701172141106
Binary110101011111101110111111101001110001111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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