Html Css Color HEX #0CCD71 Malachite

📋 copy color: '#0CCD71'

red 12 ◦ green 205 ◦ blue 113

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

Shades of Malachite #0CCD71

Tints of Malachite #0CCD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.12%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 3.64%
G = 62.12%
B = 34.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#0CCD71 (or 0x0CCD71) is known color: Malachite. HEX triplet: 0C, CD and 71. RGB value is (12,205,113). Sum of RGB (Red+Green+Blue) = 12+205+113=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCD71 is #F3328E. Grayscale: #888888. Windows color (decimal): -15938191 or 7458060. OLE color: 7458060.

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

Color convert

RGB 12 205 113 -
CMYK 0.94 0 0.45 0.20
HSL 151.4º 0.89% 0.43% -
HSV(B) 151.4º 0.94% 0.8% -
XYZ 24.96 44.93 22.98 -
YUV 136.81 114.56 38.98 -
System Red Green Blue C M Y K H S L
Decimal 12 205 113 0.94 0 0.45 0.20 151.4 0.89 0.43
Hex C CD 71 5E 0 2D 14 97 59 2B
Octal 14 315 161 136 0 55 24 227 131 53
Binary 1100 11001101 1110001 1011110 0 101101 10100 10010111 1011001 101011

Color Harmonies of #0CCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD71

Black with #0CCD71

Text Example


Text Example

White with #0CCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,205,113); }

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

background-color css

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

 a { background-color: rgb(12,205,113); }

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

border-color css

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

 span { border-color: rgb(12,205,113); }

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