Html Css Color HEX #0CC869 Malachite

📋 copy color: '#0CC869'

red 12 ◦ green 200 ◦ blue 105

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

Shades of Malachite #0CC869

Tints of Malachite #0CC869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 3.79%
G = 63.09%
B = 33.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#0CC869 (or 0x0CC869) is known color: Malachite. HEX triplet: 0C, C8 and 69. RGB value is (12,200,105). Sum of RGB (Red+Green+Blue) = 12+200+105=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC869 is #F33796. Grayscale: #858585. Windows color (decimal): -15939479 or 6932492. OLE color: 6932492.

HSL color Cylindrical-coordinate representation of color #0CC869: hue angle of 149.68º 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 #0CC869 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 105 -
CMYK 0.94 0 0.48 0.22
HSL 149.68º 0.89% 0.42% -
HSV(B) 149.68º 0.94% 0.78% -
XYZ 23.36 42.41 20.32 -
YUV 132.96 112.22 41.72 -
System Red Green Blue C M Y K H S L
Decimal 12 200 105 0.94 0 0.48 0.22 149.68 0.89 0.42
Hex C C8 69 5E 0 30 16 96 59 2A
Octal 14 310 151 136 0 60 26 226 131 52
Binary 1100 11001000 1101001 1011110 0 110000 10110 10010110 1011001 101010

Color Harmonies of #0CC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC869

Black with #0CC869

Text Example


Text Example

White with #0CC869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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