#0FFCAE

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

Shades of Medium Spring Green #0FFCAE

Tints of Medium Spring Green #0FFCAE

Color information

#0FFCAE (or 0x0FFCAE) is unknown color: approx Medium Spring Green. HEX triplet: 0F, FC and AE. RGB value is (15,252,174). Sum of RGB (Red+Green+Blue) = 15+252+174=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFCAE is #F00351. Grayscale: #ACACAC. Windows color (decimal): -15729490 or 11467791. OLE color: 11467791.

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

Color convert

RGB15252174-
CMYK0.9400.310.01
HSL160.25º97.53%52.35%-
HSV(B)160.25º94.05%98.82%-
XYZ42.6572.7851.84-
YUV172.24128.9815.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.40%
GREEN value IS 252 (98.83% from 255) = 57.14%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=3.40%
G=57.14%
B=39.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152521740.9400.310.01160.2597.5352.35
HexFFCAE5E01F1a06234
Octal17374256136037124014264
Binary1111111111001010111010111100111111101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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