#6AFD9E

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

Shades of Light Green #6AFD9E

Tints of Light Green #6AFD9E

Color information

#6AFD9E (or 0x6AFD9E) is unknown color: approx Light Green. HEX triplet: 6A, FD and 9E. RGB value is (106,253,158). Sum of RGB (Red+Green+Blue) = 106+253+158=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFD9E is #950261. Grayscale: #C6C6C6. Windows color (decimal): -9765474 or 10419562. OLE color: 10419562.

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

Color convert

RGB106253158-
CMYK0.5800.380.01
HSL141.22º97.35%70.39%-
HSV(B)141.22º58.1%99.22%-
XYZ47.2475.7844.49-
YUV198.22105.362.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=20.50%
G=48.94%
B=30.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531580.5800.380.01141.2297.3570.39
Hex6AFD9E3A02618d6146
Octal152375236720461215141106
Binary11010101111110110011110111010010011011000110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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