#06F26C

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

Shades of Spring Green #06F26C

Tints of Spring Green #06F26C

Color information

#06F26C (or 0x06F26C) is unknown color: approx Spring Green. HEX triplet: 06, F2 and 6C. RGB value is (6,242,108). Sum of RGB (Red+Green+Blue) = 6+242+108=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #06F26C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F26C is #F90D93. Grayscale: #9C9C9C. Windows color (decimal): -16321940 or 7139846. OLE color: 7139846.

HSL color Cylindrical-coordinate representation of color #06F26C: hue angle of 145.93º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F26C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB6242108-
CMYK0.9800.550.05
HSL145.93º95.16%48.63%-
HSV(B)145.93º97.52%94.9%-
XYZ34.5364.6324.84-
YUV156.16100.8120.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 242 (94.92% from 255) = 67.98%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=1.69%
G=67.98%
B=30.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62421080.9800.550.05145.9395.1648.63
Hex6F26C620375925f31
Octal6362154142067522213761
Binary11011110010110110011000100110111101100100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06F26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,242,108); }

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

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

 a { background-color: rgb(6,242,108); }

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

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

 span { border-color: rgb(6,242,108); }

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