#0ced54

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

Shades of Malachite #0CED54

Tints of Malachite #0CED54

Color information

#0CED54 (or 0x0CED54) is unknown color: approx Malachite. HEX triplet: 0C, ED and 54. RGB value is (12,237,84). Sum of RGB (Red+Green+Blue) = 12+237+84=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #0CED54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CED54 is #F312AB. Grayscale: #989898. Windows color (decimal): -15930028 or 5565708. OLE color: 5565708.

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

Color convert

RGB1223784-
CMYK0.9500.650.07
HSL139.2º90.36%48.82%-
HSV(B)139.2º94.94%92.94%-
XYZ32.0461.2918.53-
YUV152.2889.4627.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 237 (92.97% from 255) = 71.17%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=3.60%
G=71.17%
B=25.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12237840.9500.650.07139.290.3648.82
HexCED545F04178b5a31
Octal143551241370101721313261
Binary1100111011011010100101111101000001111100010111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ced54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,237,84); }

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

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

 a { background-color: rgb(12,237,84); }

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

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

 span { border-color: rgb(12,237,84); }

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