#0FFC6A

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

Shades of Spring Green #0FFC6A

Tints of Spring Green #0FFC6A

Color information

#0FFC6A (or 0x0FFC6A) is unknown color: approx Spring Green. HEX triplet: 0F, FC and 6A. RGB value is (15,252,106). Sum of RGB (Red+Green+Blue) = 15+252+106=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC6A is #F00395. Grayscale: #A4A4A4. Windows color (decimal): -15729558 or 7011343. OLE color: 7011343.

HSL color Cylindrical-coordinate representation of color #0FFC6A: hue angle of 143.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC6A is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB15252106-
CMYK0.9400.580.01
HSL143.04º97.53%52.35%-
HSV(B)143.04º94.05%98.82%-
XYZ37.6170.7625.31-
YUV164.4994.9821.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.02%
GREEN value IS 252 (98.83% from 255) = 67.56%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=4.02%
G=67.56%
B=28.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152521060.9400.580.01143.0497.5352.35
HexFFC6A5E03A18f6234
Octal17374152136072121714264
Binary1111111111001101010101111001110101100011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FFC6A; }

 p { color: rgb(15,252,106); }

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

<style>
 a { background-color: #0FFC6A; }

 a { background-color: rgb(15,252,106); }

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

<style>
 span { border-color: #0FFC6A; }

 span { border-color: rgb(15,252,106); }

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