Html Css Color HEX #0CD545 Malachite

📋 copy color: '#0CD545'

red 12 ◦ green 213 ◦ blue 69

#0CD545
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0CD545

Tints of Malachite #0CD545

RGB

 RED value IS 12 (5.08% from 255) = 4.08%

 GREEN value IS 213 (83.59% from 255) = 72.45%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 4.08%
G = 72.45%
B = 23.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#0CD545 (or 0x0CD545) is known color: Malachite. HEX triplet: 0C, D5 and 45. RGB value is (12,213,69). Sum of RGB (Red+Green+Blue) = 12+213+69=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD545 is #F32ABA. Grayscale: #888888. Windows color (decimal): -15936187 or 4576524. OLE color: 4576524.

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

Color convert

RGB 12 213 69 -
CMYK 0.94 0 0.68 0.16
HSL 137.01º 0.89% 0.44% -
HSV(B) 137.01º 0.94% 0.84% -
XYZ 25.02 48.1 13.6 -
YUV 136.49 89.91 39.21 -
System Red Green Blue C M Y K H S L
Decimal 12 213 69 0.94 0 0.68 0.16 137.01 0.89 0.44
Hex C D5 45 5E 0 44 10 89 59 2C
Octal 14 325 105 136 0 104 20 211 131 54
Binary 1100 11010101 1000101 1011110 0 1000100 10000 10001001 1011001 101100

Color Harmonies of #0CD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD545

Black with #0CD545

Text Example


Text Example

White with #0CD545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,69); }

 H1.HeaderClassName
 {
   color: #0CD545;
 }
 .AnyTagClassName
 {
   color: #0CD545;
 }
</style>

background-color css

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

 a { background-color: rgb(12,213,69); }

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

border-color css

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

 span { border-color: rgb(12,213,69); }

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