#0CFCA3

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

Shades of Medium Spring Green #0CFCA3

Tints of Medium Spring Green #0CFCA3

Color information

#0CFCA3 (or 0x0CFCA3) is unknown color: approx Medium Spring Green. HEX triplet: 0C, FC and A3. RGB value is (12,252,163). Sum of RGB (Red+Green+Blue) = 12+252+163=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFCA3 is #F3035C. Grayscale: #AAAAAA. Windows color (decimal): -15926109 or 10746892. OLE color: 10746892.

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

Color convert

RGB12252163-
CMYK0.9500.350.01
HSL157.75º97.56%51.76%-
HSV(B)157.75º95.24%98.82%-
XYZ41.5772.3446.42-
YUV170.09123.9915.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.81%
GREEN value IS 252 (98.83% from 255) = 59.02%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=2.81%
G=59.02%
B=38.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122521630.9500.350.01157.7597.5651.76
HexCFCA35F02319e6234
Octal14374243137043123614264
Binary11001111110010100011101111101000111100111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,252,163); }

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

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

 a { background-color: rgb(12,252,163); }

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

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

 span { border-color: rgb(12,252,163); }

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