#0CF9AF

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

Shades of Medium Spring Green #0CF9AF

Tints of Medium Spring Green #0CF9AF

Color information

#0CF9AF (or 0x0CF9AF) is unknown color: approx Medium Spring Green. HEX triplet: 0C, F9 and AF. RGB value is (12,249,175). Sum of RGB (Red+Green+Blue) = 12+249+175=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF9AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF9AF is #F30650. Grayscale: #A9A9A9. Windows color (decimal): -15926865 or 11532556. OLE color: 11532556.

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

Color convert

RGB12249175-
CMYK0.9500.300.02
HSL161.27º95.18%51.18%-
HSV(B)161.27º95.18%97.65%-
XYZ41.7770.9252.05-
YUV169.7130.9815.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.75%
GREEN value IS 249 (97.66% from 255) = 57.11%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=2.75%
G=57.11%
B=40.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122491750.9500.300.02161.2795.1851.18
HexCF9AF5F01E2a15f33
Octal14371257137036224113763
Binary11001111100110101111101111101111010101000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,249,175); }

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

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

 a { background-color: rgb(12,249,175); }

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

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

 span { border-color: rgb(12,249,175); }

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