#06E973

Color #06E973 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #06E973

Tints of Spring Green #06E973

Color information

#06E973 (or 0x06E973) is unknown color: approx Spring Green. HEX triplet: 06, E9 and 73. RGB value is (6,233,115). Sum of RGB (Red+Green+Blue) = 6+233+115=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 233 (91.41% from 255 or 65.82% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 233 - color contains mainly: green. Hex color #06E973 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E973 is #F9168C. Grayscale: #979797. Windows color (decimal): -16324237 or 7596294. OLE color: 7596294.

HSL color Cylindrical-coordinate representation of color #06E973: hue angle of 148.81º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E973 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB6233115-
CMYK0.9700.510.09
HSL148.81º94.98%46.86%-
HSV(B)148.81º97.42%91.37%-
XYZ32.3159.5526.01-
YUV151.68107.2924.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 233 (91.41% from 255) = 65.82%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=1.69%
G=65.82%
B=32.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62331150.9700.510.09148.8194.9846.86
Hex6E973610339955f2f
Octal63511631410631122513757
Binary110111010011110011110000101100111001100101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E973; }

 p { color: rgb(6,233,115); }

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

<style>
 a { background-color: #06E973; }

 a { background-color: rgb(6,233,115); }

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

<style>
 span { border-color: #06E973; }

 span { border-color: rgb(6,233,115); }

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