#06f96a

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

Shades of Spring Green #06F96A

Tints of Spring Green #06F96A

Color information

#06F96A (or 0x06F96A) is unknown color: approx Spring Green. HEX triplet: 06, F9 and 6A. RGB value is (6,249,106). Sum of RGB (Red+Green+Blue) = 6+249+106=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #06F96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F96A is #F90695. Grayscale: #A0A0A0. Windows color (decimal): -16320150 or 7010566. OLE color: 7010566.

HSL color Cylindrical-coordinate representation of color #06F96A: hue angle of 144.69º degrees, saturation: 0.95, 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 #06F96A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB6249106-
CMYK0.9800.570.02
HSL144.69º95.29%50%-
HSV(B)144.69º97.59%97.65%-
XYZ36.5568.8324.99-
YUV160.0497.4918.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.66%
GREEN value IS 249 (97.66% from 255) = 68.98%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=1.66%
G=68.98%
B=29.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62491060.9800.570.02144.6995.2950
Hex6F96A620392915f32
Octal6371152142071222113762
Binary1101111100111010101100010011100110100100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06f96a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,249,106); }

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

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

 a { background-color: rgb(6,249,106); }

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

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

 span { border-color: rgb(6,249,106); }

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