Html Css Color HEX #0CFEAC Medium Spring Green

📋 copy color: '#0CFEAC'

red 12 ◦ green 254 ◦ blue 172

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

Shades of Medium Spring Green #0CFEAC

Tints of Medium Spring Green #0CFEAC

RGB

 RED value IS 12 (5.08% from 255) = 2.74%

 GREEN value IS 254 (99.61% from 255) = 57.99%

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

R = 2.74%
G = 57.99%
B = 39.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#0CFEAC (or 0x0CFEAC) is known color: Medium Spring Green. HEX triplet: 0C, FE and AC. RGB value is (12,254,172). Sum of RGB (Red+Green+Blue) = 12+254+172=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFEAC is #F30153. Grayscale: #ACACAC. Windows color (decimal): -15925588 or 11337228. OLE color: 11337228.

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

Color convert

RGB 12 254 172 -
CMYK 0.95 0 0.32 0.00
HSL 159.67º 0.99% 0.52% -
HSV(B) 159.67º 0.95% 1% -
XYZ 43.04 73.94 51.03 -
YUV 172.29 127.83 13.67 -
System Red Green Blue C M Y K H S L
Decimal 12 254 172 0.95 0 0.32 0.00 159.67 0.99 0.52
Hex C FE AC 5F 0 20 0 A0 63 34
Octal 14 376 254 137 0 40 0 240 143 64
Binary 1100 11111110 10101100 1011111 0 100000 0 10100000 1100011 110100

Color Harmonies of #0CFEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFEAC

Black with #0CFEAC

Text Example


Text Example

White with #0CFEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,254,172); }

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

background-color css

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

 a { background-color: rgb(12,254,172); }

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

border-color css

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

 span { border-color: rgb(12,254,172); }

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