#0CE7A5

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

Shades of Medium Spring Green #0CE7A5

Tints of Medium Spring Green #0CE7A5

Color information

#0CE7A5 (or 0x0CE7A5) is unknown color: approx Medium Spring Green. HEX triplet: 0C, E7 and A5. RGB value is (12,231,165). Sum of RGB (Red+Green+Blue) = 12+231+165=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 231 (90.62% from 255 or 56.62% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE7A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE7A5 is #F3185A. Grayscale: #9E9E9E. Windows color (decimal): -15931483 or 10872588. OLE color: 10872588.

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

Color convert

RGB12231165-
CMYK0.9500.290.09
HSL161.92º90.12%47.65%-
HSV(B)161.92º94.81%90.59%-
XYZ35.5259.9545.3-
YUV157.99131.9523.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.94%
GREEN value IS 231 (90.62% from 255) = 56.62%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=2.94%
G=56.62%
B=40.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122311650.9500.290.09161.9290.1247.65
HexCE7A55F01D9a25a30
Octal143472451370351124213260
Binary1100111001111010010110111110111011001101000101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,231,165); }

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

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

 a { background-color: rgb(12,231,165); }

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

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

 span { border-color: rgb(12,231,165); }

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