#06FA5F

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

Shades of Spring Green #06FA5F

Tints of Spring Green #06FA5F

Color information

#06FA5F (or 0x06FA5F) is unknown color: approx Spring Green. HEX triplet: 06, FA and 5F. RGB value is (6,250,95). Sum of RGB (Red+Green+Blue) = 6+250+95=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FA5F is #F905A0. Grayscale: #9F9F9F. Windows color (decimal): -16319905 or 6289926. OLE color: 6289926.

HSL color Cylindrical-coordinate representation of color #06FA5F: hue angle of 141.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FA5F is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB625095-
CMYK0.9800.620.02
HSL141.89º96.06%50.2%-
HSV(B)141.89º97.6%98.04%-
XYZ36.3369.2422.28-
YUV159.3791.6618.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 250 (98.05% from 255) = 71.23%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=1.71%
G=71.23%
B=27.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6250950.9800.620.02141.8996.0650.2
Hex6FA5F6203E28e6032
Octal6372137142076221614062
Binary1101111101010111111100010011111010100011101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,250,95); }

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

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

 a { background-color: rgb(6,250,95); }

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

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

 span { border-color: rgb(6,250,95); }

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