#6AF096

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

Shades of Light Green #6AF096

Tints of Light Green #6AF096

Color information

#6AF096 (or 0x6AF096) is unknown color: approx Light Green. HEX triplet: 6A, F0 and 96. RGB value is (106,240,150). Sum of RGB (Red+Green+Blue) = 106+240+150=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF096 is #950F69. Grayscale: #BDBDBD. Windows color (decimal): -9768810 or 9891946. OLE color: 9891946.

HSL color Cylindrical-coordinate representation of color #6AF096: hue angle of 139.7º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF096 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB106240150-
CMYK0.5600.370.06
HSL139.7º81.71%67.84%-
HSV(B)139.7º55.83%94.12%-
XYZ42.6167.5939.65-
YUV189.67105.6168.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.37%
GREEN value IS 240 (94.14% from 255) = 48.39%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=21.37%
G=48.39%
B=30.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401500.5600.370.06139.781.7167.84
Hex6AF0963802568c5244
Octal152360226700456214122104
Binary1101010111100001001011011100001001011101000110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,240,150); }

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

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

 a { background-color: rgb(106,240,150); }

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

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

 span { border-color: rgb(106,240,150); }

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