#0CE8AF

Color #0CE8AF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0CE8AF

Tints of Medium Spring Green #0CE8AF

Color information

#0CE8AF (or 0x0CE8AF) is unknown color: approx Medium Spring Green. HEX triplet: 0C, E8 and AF. RGB value is (12,232,175). Sum of RGB (Red+Green+Blue) = 12+232+175=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE8AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE8AF is #F31750. Grayscale: #9F9F9F. Windows color (decimal): -15931217 or 11528204. OLE color: 11528204.

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

Color convert

RGB12232175-
CMYK0.9500.250.09
HSL164.45º90.16%47.84%-
HSV(B)164.45º94.83%90.98%-
XYZ36.7560.8950.37-
YUV159.72136.6122.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.86%
GREEN value IS 232 (91.02% from 255) = 55.37%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=2.86%
G=55.37%
B=41.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122321750.9500.250.09164.4590.1647.84
HexCE8AF5F0199a45a30
Octal143502571370311124413260
Binary1100111010001010111110111110110011001101001001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,232,175); }

 H1.HeaderClassName
 {
   color: #0CE8AF;
 }
 .AnyTagClassName
 {
   color: #0CE8AF;
 }
</style>
background-color css

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

 a { background-color: rgb(12,232,175); }

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

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

 span { border-color: rgb(12,232,175); }

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