Html Css Color HEX #0CEAA0 Medium Spring Green

📋 copy color: '#0CEAA0'

red 12 ◦ green 234 ◦ blue 160

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

Shades of Medium Spring Green #0CEAA0

Tints of Medium Spring Green #0CEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.64%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 2.96%
G = 57.64%
B = 39.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#0CEAA0 (or 0x0CEAA0) is known color: Medium Spring Green. HEX triplet: 0C, EA and A0. RGB value is (12,234,160). Sum of RGB (Red+Green+Blue) = 12+234+160=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAA0 is #F3155F. Grayscale: #9F9F9F. Windows color (decimal): -15930720 or 10545676. OLE color: 10545676.

HSL color Cylindrical-coordinate representation of color #0CEAA0: hue angle of 160º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEAA0 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 234 160 -
CMYK 0.95 0 0.32 0.08
HSL 160º 0.9% 0.48% -
HSV(B) 160º 0.95% 0.92% -
XYZ 35.92 61.46 43.23 -
YUV 159.19 128.45 23.02 -
System Red Green Blue C M Y K H S L
Decimal 12 234 160 0.95 0 0.32 0.08 160 0.9 0.48
Hex C EA A0 5F 0 20 8 A0 5A 30
Octal 14 352 240 137 0 40 10 240 132 60
Binary 1100 11101010 10100000 1011111 0 100000 1000 10100000 1011010 110000

Color Harmonies of #0CEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEAA0

Black with #0CEAA0

Text Example


Text Example

White with #0CEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,234,160); }

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

background-color css

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

 a { background-color: rgb(12,234,160); }

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

border-color css

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

 span { border-color: rgb(12,234,160); }

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