#6AFA90

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

Shades of Light Green #6AFA90

Tints of Light Green #6AFA90

Color information

#6AFA90 (or 0x6AFA90) is unknown color: approx Light Green. HEX triplet: 6A, FA and 90. RGB value is (106,250,144). Sum of RGB (Red+Green+Blue) = 106+250+144=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA90 is #95056F. Grayscale: #C3C3C3. Windows color (decimal): -9766256 or 9501290. OLE color: 9501290.

HSL color Cylindrical-coordinate representation of color #6AFA90: hue angle of 135.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFA90 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB106250144-
CMYK0.5800.420.02
HSL135.83º93.51%69.8%-
HSV(B)135.83º57.6%98.04%-
XYZ45.1673.4538.18-
YUV194.8699.2964.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 250 (98.05% from 255) = 50%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=21.2%
G=50%
B=28.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501440.5800.420.02135.8393.5169.8
Hex6AFA903A02A2885e46
Octal152372220720522210136106
Binary110101011111010100100001110100101010101000100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,250,144); }

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

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

 a { background-color: rgb(106,250,144); }

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

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

 span { border-color: rgb(106,250,144); }

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