Html Css Color HEX #0CD16E Malachite

📋 copy color: '#0CD16E'

red 12 ◦ green 209 ◦ blue 110

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

Shades of Malachite #0CD16E

Tints of Malachite #0CD16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.14%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 3.63%
G = 63.14%
B = 33.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#0CD16E (or 0x0CD16E) is known color: Malachite. HEX triplet: 0C, D1 and 6E. RGB value is (12,209,110). Sum of RGB (Red+Green+Blue) = 12+209+110=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD16E is #F32E91. Grayscale: #8B8B8B. Windows color (decimal): -15937170 or 7262476. OLE color: 7262476.

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

Color convert

RGB 12 209 110 -
CMYK 0.94 0 0.47 0.18
HSL 149.85º 0.89% 0.43% -
HSV(B) 149.85º 0.94% 0.82% -
XYZ 25.77 46.8 22.43 -
YUV 138.81 111.73 37.55 -
System Red Green Blue C M Y K H S L
Decimal 12 209 110 0.94 0 0.47 0.18 149.85 0.89 0.43
Hex C D1 6E 5E 0 2F 12 96 59 2B
Octal 14 321 156 136 0 57 22 226 131 53
Binary 1100 11010001 1101110 1011110 0 101111 10010 10010110 1011001 101011

Color Harmonies of #0CD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD16E

Black with #0CD16E

Text Example


Text Example

White with #0CD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,209,110); }

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

background-color css

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

 a { background-color: rgb(12,209,110); }

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

border-color css

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

 span { border-color: rgb(12,209,110); }

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