Html Css Color HEX #0CEDAE Medium Spring Green

📋 copy color: '#0CEDAE'

red 12 ◦ green 237 ◦ blue 174

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

Shades of Medium Spring Green #0CEDAE

Tints of Medium Spring Green #0CEDAE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.03%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 2.84%
G = 56.03%
B = 41.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#0CEDAE (or 0x0CEDAE) is known color: Medium Spring Green. HEX triplet: 0C, ED and AE. RGB value is (12,237,174). Sum of RGB (Red+Green+Blue) = 12+237+174=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEDAE is #F31251. Grayscale: #A2A2A2. Windows color (decimal): -15929938 or 11463948. OLE color: 11463948.

HSL color Cylindrical-coordinate representation of color #0CEDAE: hue angle of 163.2º 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 #0CEDAE is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 237 174 -
CMYK 0.95 0 0.27 0.07
HSL 163.2º 0.9% 0.49% -
HSV(B) 163.2º 0.95% 0.93% -
XYZ 38.08 63.7 50.33 -
YUV 162.54 134.46 20.62 -
System Red Green Blue C M Y K H S L
Decimal 12 237 174 0.95 0 0.27 0.07 163.2 0.9 0.49
Hex C ED AE 5F 0 1B 7 A3 5A 31
Octal 14 355 256 137 0 33 7 243 132 61
Binary 1100 11101101 10101110 1011111 0 11011 111 10100011 1011010 110001

Color Harmonies of #0CEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEDAE

Black with #0CEDAE

Text Example


Text Example

White with #0CEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,237,174); }

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

background-color css

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

 a { background-color: rgb(12,237,174); }

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

border-color css

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

 span { border-color: rgb(12,237,174); }

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