#0FFCA3

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

Shades of Medium Spring Green #0FFCA3

Tints of Medium Spring Green #0FFCA3

Color information

#0FFCA3 (or 0x0FFCA3) is unknown color: approx Medium Spring Green. HEX triplet: 0F, FC and A3. RGB value is (15,252,163). Sum of RGB (Red+Green+Blue) = 15+252+163=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFCA3 is #F0035C. Grayscale: #ABABAB. Windows color (decimal): -15729501 or 10746895. OLE color: 10746895.

HSL color Cylindrical-coordinate representation of color #0FFCA3: hue angle of 157.47º 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 #0FFCA3 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB15252163-
CMYK0.9400.350.01
HSL157.47º97.53%52.35%-
HSV(B)157.47º94.05%98.82%-
XYZ41.6272.3746.42-
YUV170.99123.4816.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.49%
GREEN value IS 252 (98.83% from 255) = 58.60%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=3.49%
G=58.60%
B=37.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152521630.9400.350.01157.4797.5352.35
HexFFCA35E02319d6234
Octal17374243136043123514264
Binary11111111110010100011101111001000111100111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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