Html Css Color HEX #0CC85D Malachite

📋 copy color: '#0CC85D'

red 12 ◦ green 200 ◦ blue 93

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

Shades of Malachite #0CC85D

Tints of Malachite #0CC85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.57%

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

R = 3.93%
G = 65.57%
B = 30.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#0CC85D (or 0x0CC85D) is known color: Malachite. HEX triplet: 0C, C8 and 5D. RGB value is (12,200,93). Sum of RGB (Red+Green+Blue) = 12+200+93=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC85D is #F337A2. Grayscale: #838383. Windows color (decimal): -15939491 or 6146060. OLE color: 6146060.

HSL color Cylindrical-coordinate representation of color #0CC85D: hue angle of 145.85º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC85D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 93 -
CMYK 0.94 0 0.54 0.22
HSL 145.85º 0.89% 0.42% -
HSV(B) 145.85º 0.94% 0.78% -
XYZ 22.78 42.18 17.3 -
YUV 131.59 106.22 42.7 -
System Red Green Blue C M Y K H S L
Decimal 12 200 93 0.94 0 0.54 0.22 145.85 0.89 0.42
Hex C C8 5D 5E 0 36 16 92 59 2A
Octal 14 310 135 136 0 66 26 222 131 52
Binary 1100 11001000 1011101 1011110 0 110110 10110 10010010 1011001 101010

Color Harmonies of #0CC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC85D

Black with #0CC85D

Text Example


Text Example

White with #0CC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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