Html Css Color HEX #0CDC69 Malachite

📋 copy color: '#0CDC69'

red 12 ◦ green 220 ◦ blue 105

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

Shades of Malachite #0CDC69

Tints of Malachite #0CDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 3.56%
G = 65.28%
B = 31.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#0CDC69 (or 0x0CDC69) is known color: Malachite. HEX triplet: 0C, DC and 69. RGB value is (12,220,105). Sum of RGB (Red+Green+Blue) = 12+220+105=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDC69 is #F32396. Grayscale: #909090. Windows color (decimal): -15934359 or 6937612. OLE color: 6937612.

HSL color Cylindrical-coordinate representation of color #0CDC69: hue angle of 146.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDC69 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 105 -
CMYK 0.95 0 0.52 0.14
HSL 146.83º 0.9% 0.45% -
HSV(B) 146.83º 0.95% 0.86% -
XYZ 28.29 52.28 21.97 -
YUV 144.7 105.59 33.35 -
System Red Green Blue C M Y K H S L
Decimal 12 220 105 0.95 0 0.52 0.14 146.83 0.9 0.45
Hex C DC 69 5F 0 34 E 93 5A 2D
Octal 14 334 151 137 0 64 16 223 132 55
Binary 1100 11011100 1101001 1011111 0 110100 1110 10010011 1011010 101101

Color Harmonies of #0CDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC69

Black with #0CDC69

Text Example


Text Example

White with #0CDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,105); }

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

background-color css

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

 a { background-color: rgb(12,220,105); }

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

border-color css

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

 span { border-color: rgb(12,220,105); }

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