Html Css Color HEX #0CE5AE Medium Spring Green

📋 copy color: '#0CE5AE'

red 12 ◦ green 229 ◦ blue 174

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

Shades of Medium Spring Green #0CE5AE

Tints of Medium Spring Green #0CE5AE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.18%

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

R = 2.89%
G = 55.18%
B = 41.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#0CE5AE (or 0x0CE5AE) is known color: Medium Spring Green. HEX triplet: 0C, E5 and AE. RGB value is (12,229,174). Sum of RGB (Red+Green+Blue) = 12+229+174=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE5AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE5AE is #F31A51. Grayscale: #9D9D9D. Windows color (decimal): -15931986 or 11461900. OLE color: 11461900.

HSL color Cylindrical-coordinate representation of color #0CE5AE: hue angle of 164.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE5AE is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 229 174 -
CMYK 0.95 0 0.24 0.10
HSL 164.79º 0.9% 0.47% -
HSV(B) 164.79º 0.95% 0.9% -
XYZ 35.81 59.17 49.58 -
YUV 157.85 137.11 23.97 -
System Red Green Blue C M Y K H S L
Decimal 12 229 174 0.95 0 0.24 0.10 164.79 0.9 0.47
Hex C E5 AE 5F 0 18 A A5 5A 2F
Octal 14 345 256 137 0 30 12 245 132 57
Binary 1100 11100101 10101110 1011111 0 11000 1010 10100101 1011010 101111

Color Harmonies of #0CE5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE5AE

Black with #0CE5AE

Text Example


Text Example

White with #0CE5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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