Html Css Color HEX #0DDD3C Malachite

📋 copy color: '#0DDD3C'

red 13 ◦ green 221 ◦ blue 60

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

Shades of Malachite #0DDD3C

Tints of Malachite #0DDD3C

RGB

 RED value IS 13 (5.47% from 255) = 4.42%

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 4.42%
G = 75.17%
B = 20.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#0DDD3C (or 0x0DDD3C) is known color: Malachite. HEX triplet: 0D, DD and 3C. RGB value is (13,221,60). Sum of RGB (Red+Green+Blue) = 13+221+60=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD3C is #F222C3. Grayscale: #8C8C8C. Windows color (decimal): -15868612 or 3988749. OLE color: 3988749.

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

Color convert

RGB 13 221 60 -
CMYK 0.94 0 0.73 0.13
HSL 133.56º 0.89% 0.46% -
HSV(B) 133.56º 0.94% 0.87% -
XYZ 26.84 52.12 12.92 -
YUV 140.45 82.59 37.09 -
System Red Green Blue C M Y K H S L
Decimal 13 221 60 0.94 0 0.73 0.13 133.56 0.89 0.46
Hex D DD 3C 5E 0 49 D 86 59 2E
Octal 15 335 74 136 0 111 15 206 131 56
Binary 1101 11011101 111100 1011110 0 1001001 1101 10000110 1011001 101110

Color Harmonies of #0DDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD3C

Black with #0DDD3C

Text Example


Text Example

White with #0DDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,60); }

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

background-color css

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

 a { background-color: rgb(13,221,60); }

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

border-color css

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

 span { border-color: rgb(13,221,60); }

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