Html Css Color HEX #0AEC9C Medium Spring Green

📋 copy color: '#0AEC9C'

red 10 ◦ green 236 ◦ blue 156

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

Shades of Medium Spring Green #0AEC9C

Tints of Medium Spring Green #0AEC9C

RGB

 RED value IS 10 (4.3% from 255) = 2.49%

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 2.49%
G = 58.71%
B = 38.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#0AEC9C (or 0x0AEC9C) is known color: Medium Spring Green. HEX triplet: 0A, EC and 9C. RGB value is (10,236,156). Sum of RGB (Red+Green+Blue) = 10+236+156=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC9C is #F51363. Grayscale: #9F9F9F. Windows color (decimal): -16061284 or 10284042. OLE color: 10284042.

HSL color Cylindrical-coordinate representation of color #0AEC9C: hue angle of 158.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC9C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 236 156 -
CMYK 0.96 0 0.34 0.07
HSL 158.76º 0.92% 0.48% -
HSV(B) 158.76º 0.96% 0.93% -
XYZ 36.12 62.46 41.6 -
YUV 159.31 126.13 21.5 -
System Red Green Blue C M Y K H S L
Decimal 10 236 156 0.96 0 0.34 0.07 158.76 0.92 0.48
Hex A EC 9C 60 0 22 7 9F 5C 30
Octal 12 354 234 140 0 42 7 237 134 60
Binary 1010 11101100 10011100 1100000 0 100010 111 10011111 1011100 110000

Color Harmonies of #0AEC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEC9C

Black with #0AEC9C

Text Example


Text Example

White with #0AEC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,236,156); }

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

background-color css

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

 a { background-color: rgb(10,236,156); }

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

border-color css

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

 span { border-color: rgb(10,236,156); }

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