#6AF595

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

Shades of Light Green #6AF595

Tints of Light Green #6AF595

Color information

#6AF595 (or 0x6AF595) is unknown color: approx Light Green. HEX triplet: 6A, F5 and 95. RGB value is (106,245,149). Sum of RGB (Red+Green+Blue) = 106+245+149=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF595 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF595 is #950A6A. Grayscale: #C0C0C0. Windows color (decimal): -9767531 or 9827690. OLE color: 9827690.

HSL color Cylindrical-coordinate representation of color #6AF595: hue angle of 138.56º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF595 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB106245149-
CMYK0.5700.390.04
HSL138.56º87.42%68.82%-
HSV(B)138.56º56.73%96.08%-
XYZ44.0270.5439.73-
YUV192.49103.4566.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=21.2%
G=49%
B=29.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062451490.5700.390.04138.5687.4268.82
Hex6AF5953902748b5745
Octal152365225710474213127105
Binary1101010111101011001010111100101001111001000101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,245,149); }

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

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

 a { background-color: rgb(106,245,149); }

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

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

 span { border-color: rgb(106,245,149); }

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