Html Css Color HEX #0CD34A Malachite

📋 copy color: '#0CD34A'

red 12 ◦ green 211 ◦ blue 74

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

Shades of Malachite #0CD34A

Tints of Malachite #0CD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 71.04%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 4.04%
G = 71.04%
B = 24.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#0CD34A (or 0x0CD34A) is known color: Malachite. HEX triplet: 0C, D3 and 4A. RGB value is (12,211,74). Sum of RGB (Red+Green+Blue) = 12+211+74=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 211 (82.81% from 255 or 71.04% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD34A is #F32CB5. Grayscale: #888888. Windows color (decimal): -15936694 or 4903692. OLE color: 4903692.

HSL color Cylindrical-coordinate representation of color #0CD34A: hue angle of 138.69º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD34A is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 211 74 -
CMYK 0.94 0 0.65 0.17
HSL 138.69º 0.89% 0.44% -
HSV(B) 138.69º 0.94% 0.83% -
XYZ 24.68 47.16 14.28 -
YUV 135.88 93.07 39.64 -
System Red Green Blue C M Y K H S L
Decimal 12 211 74 0.94 0 0.65 0.17 138.69 0.89 0.44
Hex C D3 4A 5E 0 41 11 8B 59 2C
Octal 14 323 112 136 0 101 21 213 131 54
Binary 1100 11010011 1001010 1011110 0 1000001 10001 10001011 1011001 101100

Color Harmonies of #0CD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD34A

Black with #0CD34A

Text Example


Text Example

White with #0CD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,211,74); }

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

background-color css

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

 a { background-color: rgb(12,211,74); }

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

border-color css

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

 span { border-color: rgb(12,211,74); }

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