Html Css Color HEX #0FFCAC Medium Spring Green

📋 copy color: '#0FFCAC'

red 15 ◦ green 252 ◦ blue 172

#0FFCAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0FFCAC

Tints of Medium Spring Green #0FFCAC

RGB

 RED value IS 15 (6.25% from 255) = 3.42%

 GREEN value IS 252 (98.83% from 255) = 57.4%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 3.42%
G = 57.4%
B = 39.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#0FFCAC (or 0x0FFCAC) is known color: Medium Spring Green. HEX triplet: 0F, FC and AC. RGB value is (15,252,172). Sum of RGB (Red+Green+Blue) = 15+252+172=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFCAC is #F00353. Grayscale: #ACACAC. Windows color (decimal): -15729492 or 11336719. OLE color: 11336719.

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

Color convert

RGB 15 252 172 -
CMYK 0.94 0 0.32 0.01
HSL 159.75º 0.98% 0.52% -
HSV(B) 159.75º 0.94% 0.99% -
XYZ 42.45 72.7 50.82 -
YUV 172.02 127.98 16 -
System Red Green Blue C M Y K H S L
Decimal 15 252 172 0.94 0 0.32 0.01 159.75 0.98 0.52
Hex F FC AC 5E 0 20 1 A0 62 34
Octal 17 374 254 136 0 40 1 240 142 64
Binary 1111 11111100 10101100 1011110 0 100000 1 10100000 1100010 110100

Color Harmonies of #0FFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCAC

Black with #0FFCAC

Text Example


Text Example

White with #0FFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FFCAC;
 }
 .AnyTagClassName
 {
   color: #0FFCAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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