#0CE679

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

Shades of Spring Green #0CE679

Tints of Spring Green #0CE679

Color information

#0CE679 (or 0x0CE679) is unknown color: approx Spring Green. HEX triplet: 0C, E6 and 79. RGB value is (12,230,121). Sum of RGB (Red+Green+Blue) = 12+230+121=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE679 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE679 is #F31986. Grayscale: #989898. Windows color (decimal): -15931783 or 7988748. OLE color: 7988748.

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

Color convert

RGB12230121-
CMYK0.9500.470.10
HSL150º90.08%47.45%-
HSV(B)150º94.78%90.2%-
XYZ31.958.0527.61-
YUV152.39110.2827.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.31%
GREEN value IS 230 (90.23% from 255) = 63.36%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=3.31%
G=63.36%
B=33.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122301210.9500.470.1015090.0847.45
HexCE6795F02FA965a2f
Octal143461711370571222613257
Binary1100111001101111001101111101011111010100101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,230,121); }

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

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

 a { background-color: rgb(12,230,121); }

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

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

 span { border-color: rgb(12,230,121); }

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