#0CD748

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

Shades of Malachite #0CD748

Tints of Malachite #0CD748

Color information

#0CD748 (or 0x0CD748) is unknown color: approx Malachite. HEX triplet: 0C, D7 and 48. RGB value is (12,215,72). Sum of RGB (Red+Green+Blue) = 12+215+72=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 215 (84.38% from 255 or 71.91% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD748 is #F328B7. Grayscale: #8A8A8A. Windows color (decimal): -15935672 or 4773644. OLE color: 4773644.

HSL color Cylindrical-coordinate representation of color #0CD748: hue angle of 137.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD748 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB1221572-
CMYK0.9400.670.16
HSL137.73º89.43%44.51%-
HSV(B)137.73º94.42%84.31%-
XYZ25.6249.1514.27-
YUV13890.7538.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 215 (84.38% from 255) = 71.91%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=4.01%
G=71.91%
B=24.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12215720.9400.670.16137.7389.4344.51
HexCD7485E043108a592d
Octal1432711013601032021213155
Binary110011010111100100010111100100001110000100010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,215,72); }

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

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

 a { background-color: rgb(12,215,72); }

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

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

 span { border-color: rgb(12,215,72); }

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