Html Css Color HEX #0CD05D Malachite

📋 copy color: '#0CD05D'

red 12 ◦ green 208 ◦ blue 93

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

Shades of Malachite #0CD05D

Tints of Malachite #0CD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.45%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 3.83%
G = 66.45%
B = 29.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#0CD05D (or 0x0CD05D) is known color: Malachite. HEX triplet: 0C, D0 and 5D. RGB value is (12,208,93). Sum of RGB (Red+Green+Blue) = 12+208+93=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD05D is #F32FA2. Grayscale: #888888. Windows color (decimal): -15937443 or 6148108. OLE color: 6148108.

HSL color Cylindrical-coordinate representation of color #0CD05D: hue angle of 144.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD05D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 208 93 -
CMYK 0.94 0 0.55 0.18
HSL 144.8º 0.89% 0.43% -
HSV(B) 144.8º 0.94% 0.82% -
XYZ 24.68 45.98 17.93 -
YUV 136.29 103.57 39.35 -
System Red Green Blue C M Y K H S L
Decimal 12 208 93 0.94 0 0.55 0.18 144.8 0.89 0.43
Hex C D0 5D 5E 0 37 12 91 59 2B
Octal 14 320 135 136 0 67 22 221 131 53
Binary 1100 11010000 1011101 1011110 0 110111 10010 10010001 1011001 101011

Color Harmonies of #0CD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD05D

Black with #0CD05D

Text Example


Text Example

White with #0CD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,208,93); }

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

background-color css

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

 a { background-color: rgb(12,208,93); }

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

border-color css

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

 span { border-color: rgb(12,208,93); }

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