#06E286

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

Shades of Spring Green #06E286

Tints of Spring Green #06E286

Color information

#06E286 (or 0x06E286) is unknown color: approx Spring Green. HEX triplet: 06, E2 and 86. RGB value is (6,226,134). Sum of RGB (Red+Green+Blue) = 6+226+134=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #06E286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E286 is #F91D79. Grayscale: #959595. Windows color (decimal): -16326010 or 8839686. OLE color: 8839686.

HSL color Cylindrical-coordinate representation of color #06E286: hue angle of 154.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E286 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB6226134-
CMYK0.9700.410.11
HSL154.91º94.83%45.49%-
HSV(B)154.91º97.35%88.63%-
XYZ31.5756.1531.73-
YUV149.73119.1125.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.64%
GREEN value IS 226 (88.67% from 255) = 61.75%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=1.64%
G=61.75%
B=36.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62261340.9700.410.11154.9194.8345.49
Hex6E28661029B9b5f2d
Octal63422061410511323313755
Binary1101110001010000110110000101010011011100110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,226,134); }

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

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

 a { background-color: rgb(6,226,134); }

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

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

 span { border-color: rgb(6,226,134); }

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