#0CEEA3

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

Shades of Medium Spring Green #0CEEA3

Tints of Medium Spring Green #0CEEA3

Color information

#0CEEA3 (or 0x0CEEA3) is unknown color: approx Medium Spring Green. HEX triplet: 0C, EE and A3. RGB value is (12,238,163). Sum of RGB (Red+Green+Blue) = 12+238+163=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 238 (93.36% from 255 or 57.63% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEEA3 is #F3115C. Grayscale: #A1A1A1. Windows color (decimal): -15929693 or 10743308. OLE color: 10743308.

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

Color convert

RGB12238163-
CMYK0.9500.320.07
HSL160.09º90.4%49.02%-
HSV(B)160.09º94.96%93.33%-
XYZ37.3463.8745.01-
YUV161.88128.6321.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.91%
GREEN value IS 238 (93.36% from 255) = 57.63%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=2.91%
G=57.63%
B=39.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122381630.9500.320.07160.0990.449.02
HexCEEA35F0207a05a31
Octal14356243137040724013261
Binary1100111011101010001110111110100000111101000001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,238,163); }

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

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

 a { background-color: rgb(12,238,163); }

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

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

 span { border-color: rgb(12,238,163); }

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