Html Css Color HEX #0CDD6E Malachite

📋 copy color: '#0CDD6E'

red 12 ◦ green 221 ◦ blue 110

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

Shades of Malachite #0CDD6E

Tints of Malachite #0CDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.43%

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

R = 3.5%
G = 64.43%
B = 32.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#0CDD6E (or 0x0CDD6E) is known color: Malachite. HEX triplet: 0C, DD and 6E. RGB value is (12,221,110). Sum of RGB (Red+Green+Blue) = 12+221+110=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD6E is #F32291. Grayscale: #929292. Windows color (decimal): -15934098 or 7265548. OLE color: 7265548.

HSL color Cylindrical-coordinate representation of color #0CDD6E: hue angle of 148.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD6E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 110 -
CMYK 0.95 0 0.50 0.13
HSL 148.13º 0.9% 0.46% -
HSV(B) 148.13º 0.95% 0.87% -
XYZ 28.82 52.92 23.45 -
YUV 145.86 107.76 32.53 -
System Red Green Blue C M Y K H S L
Decimal 12 221 110 0.95 0 0.50 0.13 148.13 0.9 0.46
Hex C DD 6E 5F 0 32 D 94 5A 2E
Octal 14 335 156 137 0 62 15 224 132 56
Binary 1100 11011101 1101110 1011111 0 110010 1101 10010100 1011010 101110

Color Harmonies of #0CDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD6E

Black with #0CDD6E

Text Example


Text Example

White with #0CDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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