#6AFB94

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

Shades of Light Green #6AFB94

Tints of Light Green #6AFB94

Color information

#6AFB94 (or 0x6AFB94) is unknown color: approx Light Green. HEX triplet: 6A, FB and 94. RGB value is (106,251,148). Sum of RGB (Red+Green+Blue) = 106+251+148=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFB94 is #95046B. Grayscale: #C4C4C4. Windows color (decimal): -9765996 or 9763690. OLE color: 9763690.

HSL color Cylindrical-coordinate representation of color #6AFB94: hue angle of 137.38º degrees, saturation: 0.95, 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 #6AFB94 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB106251148-
CMYK0.5800.410.02
HSL137.38º94.77%70%-
HSV(B)137.38º57.77%98.43%-
XYZ45.7974.239.93-
YUV195.9100.9663.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.99%
GREEN value IS 251 (98.44% from 255) = 49.70%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=20.99%
G=49.70%
B=29.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511480.5800.410.02137.3894.7770
Hex6AFB943A0292895f46
Octal152373224720512211137106
Binary110101011111011100101001110100101001101000100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,148); }

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

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

 a { background-color: rgb(106,251,148); }

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

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

 span { border-color: rgb(106,251,148); }

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