#0CE988

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

Shades of Spring Green #0CE988

Tints of Spring Green #0CE988

Color information

#0CE988 (or 0x0CE988) is unknown color: approx Spring Green. HEX triplet: 0C, E9 and 88. RGB value is (12,233,136). Sum of RGB (Red+Green+Blue) = 12+233+136=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE988 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE988 is #F31677. Grayscale: #9C9C9C. Windows color (decimal): -15931000 or 8972556. OLE color: 8972556.

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

Color convert

RGB12233136-
CMYK0.9500.420.09
HSL153.67º90.2%48.04%-
HSV(B)153.67º94.85%91.37%-
XYZ33.7360.1333.12-
YUV155.86116.7825.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.15%
GREEN value IS 233 (91.41% from 255) = 61.15%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=3.15%
G=61.15%
B=35.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122331360.9500.420.09153.6790.248.04
HexCE9885F02A99a5a30
Octal143512101370521123213260
Binary11001110100110001000101111101010101001100110101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,233,136); }

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

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

 a { background-color: rgb(12,233,136); }

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

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

 span { border-color: rgb(12,233,136); }

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