Html Css Color HEX #0CD34F Malachite

📋 copy color: '#0CD34F'

red 12 ◦ green 211 ◦ blue 79

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

Shades of Malachite #0CD34F

Tints of Malachite #0CD34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 3.97%
G = 69.87%
B = 26.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#0CD34F (or 0x0CD34F) is known color: Malachite. HEX triplet: 0C, D3 and 4F. RGB value is (12,211,79). Sum of RGB (Red+Green+Blue) = 12+211+79=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 211 (82.81% from 255 or 69.87% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD34F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD34F is #F32CB0. Grayscale: #888888. Windows color (decimal): -15936689 or 5231372. OLE color: 5231372.

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

Color convert

RGB 12 211 79 -
CMYK 0.94 0 0.63 0.17
HSL 140.2º 0.89% 0.44% -
HSV(B) 140.2º 0.94% 0.83% -
XYZ 24.86 47.23 15.2 -
YUV 136.45 95.57 39.23 -
System Red Green Blue C M Y K H S L
Decimal 12 211 79 0.94 0 0.63 0.17 140.2 0.89 0.44
Hex C D3 4F 5E 0 3F 11 8C 59 2C
Octal 14 323 117 136 0 77 21 214 131 54
Binary 1100 11010011 1001111 1011110 0 111111 10001 10001100 1011001 101100

Color Harmonies of #0CD34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD34F

Black with #0CD34F

Text Example


Text Example

White with #0CD34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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