Html Css Color HEX #0CECAA Medium Spring Green

📋 copy color: '#0CECAA'

red 12 ◦ green 236 ◦ blue 170

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

Shades of Medium Spring Green #0CECAA

Tints of Medium Spring Green #0CECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.46%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 2.87%
G = 56.46%
B = 40.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#0CECAA (or 0x0CECAA) is known color: Medium Spring Green. HEX triplet: 0C, EC and AA. RGB value is (12,236,170). Sum of RGB (Red+Green+Blue) = 12+236+170=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CECAA is #F31355. Grayscale: #A1A1A1. Windows color (decimal): -15930198 or 11201548. OLE color: 11201548.

HSL color Cylindrical-coordinate representation of color #0CECAA: hue angle of 162.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECAA is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 236 170 -
CMYK 0.95 0 0.28 0.07
HSL 162.32º 0.9% 0.49% -
HSV(B) 162.32º 0.95% 0.93% -
XYZ 37.4 62.97 48.21 -
YUV 161.5 132.79 21.37 -
System Red Green Blue C M Y K H S L
Decimal 12 236 170 0.95 0 0.28 0.07 162.32 0.9 0.49
Hex C EC AA 5F 0 1C 7 A2 5A 31
Octal 14 354 252 137 0 34 7 242 132 61
Binary 1100 11101100 10101010 1011111 0 11100 111 10100010 1011010 110001

Color Harmonies of #0CECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CECAA

Black with #0CECAA

Text Example


Text Example

White with #0CECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,236,170); }

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

background-color css

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

 a { background-color: rgb(12,236,170); }

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

border-color css

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

 span { border-color: rgb(12,236,170); }

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