#6AFD9F

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

Shades of Light Green #6AFD9F

Tints of Light Green #6AFD9F

Color information

#6AFD9F (or 0x6AFD9F) is unknown color: approx Light Green. HEX triplet: 6A, FD and 9F. RGB value is (106,253,159). Sum of RGB (Red+Green+Blue) = 106+253+159=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFD9F is #950260. Grayscale: #C6C6C6. Windows color (decimal): -9765473 or 10485098. OLE color: 10485098.

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

Color convert

RGB106253159-
CMYK0.5800.370.01
HSL141.63º97.35%70.39%-
HSV(B)141.63º58.1%99.22%-
XYZ47.3375.8244.94-
YUV198.33105.862.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.46%
GREEN value IS 253 (99.22% from 255) = 48.84%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=20.46%
G=48.84%
B=30.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531590.5800.370.01141.6397.3570.39
Hex6AFD9F3A02518e6146
Octal152375237720451216141106
Binary11010101111110110011111111010010010111000111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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