Html Css Color HEX #0CC967 Malachite

📋 copy color: '#0CC967'

red 12 ◦ green 201 ◦ blue 103

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

Shades of Malachite #0CC967

Tints of Malachite #0CC967

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.61%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 3.8%
G = 63.61%
B = 32.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#0CC967 (or 0x0CC967) is known color: Malachite. HEX triplet: 0C, C9 and 67. RGB value is (12,201,103). Sum of RGB (Red+Green+Blue) = 12+201+103=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC967 is #F33698. Grayscale: #858585. Windows color (decimal): -15939225 or 6801676. OLE color: 6801676.

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

Color convert

RGB 12 201 103 -
CMYK 0.94 0 0.49 0.21
HSL 148.89º 0.89% 0.42% -
HSV(B) 148.89º 0.94% 0.79% -
XYZ 23.49 42.83 19.86 -
YUV 133.32 110.88 41.47 -
System Red Green Blue C M Y K H S L
Decimal 12 201 103 0.94 0 0.49 0.21 148.89 0.89 0.42
Hex C C9 67 5E 0 31 15 95 59 2A
Octal 14 311 147 136 0 61 25 225 131 52
Binary 1100 11001001 1100111 1011110 0 110001 10101 10010101 1011001 101010

Color Harmonies of #0CC967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC967

Black with #0CC967

Text Example


Text Example

White with #0CC967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,103); }

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

background-color css

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

 a { background-color: rgb(12,201,103); }

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

border-color css

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

 span { border-color: rgb(12,201,103); }

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