#0CE880

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

Shades of Spring Green #0CE880

Tints of Spring Green #0CE880

Color information

#0CE880 (or 0x0CE880) is unknown color: approx Spring Green. HEX triplet: 0C, E8 and 80. RGB value is (12,232,128). Sum of RGB (Red+Green+Blue) = 12+232+128=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 232 (91.02% from 255 or 62.37% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE880 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE880 is #F3177F. Grayscale: #9A9A9A. Windows color (decimal): -15931264 or 8448012. OLE color: 8448012.

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

Color convert

RGB12232128-
CMYK0.9500.450.09
HSL151.64º90.16%47.84%-
HSV(B)151.64º94.83%90.98%-
XYZ32.959.3530.14-
YUV154.36113.1126.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 232 (91.02% from 255) = 62.37%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=3.23%
G=62.37%
B=34.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122321280.9500.450.09151.6490.1647.84
HexCE8805F02D9985a30
Octal143502001370551123013260
Binary11001110100010000000101111101011011001100110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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