#0CF8AE

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

Shades of Medium Spring Green #0CF8AE

Tints of Medium Spring Green #0CF8AE

Color information

#0CF8AE (or 0x0CF8AE) is unknown color: approx Medium Spring Green. HEX triplet: 0C, F8 and AE. RGB value is (12,248,174). Sum of RGB (Red+Green+Blue) = 12+248+174=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF8AE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF8AE is #F30751. Grayscale: #A9A9A9. Windows color (decimal): -15927122 or 11466764. OLE color: 11466764.

HSL color Cylindrical-coordinate representation of color #0CF8AE: hue angle of 161.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF8AE is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB12248174-
CMYK0.9500.300.03
HSL161.19º94.4%50.98%-
HSV(B)161.19º95.16%97.25%-
XYZ41.3670.2751.43-
YUV169130.8116.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.76%
GREEN value IS 248 (97.27% from 255) = 57.14%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=2.76%
G=57.14%
B=40.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122481740.9500.300.03161.1994.450.98
HexCF8AE5F01E3a15e33
Octal14370256137036324113663
Binary11001111100010101110101111101111011101000011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,248,174); }

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

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

 a { background-color: rgb(12,248,174); }

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

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

 span { border-color: rgb(12,248,174); }

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