Html Css Color HEX #0DDD3A Malachite

📋 copy color: '#0DDD3A'

red 13 ◦ green 221 ◦ blue 58

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

Shades of Malachite #0DDD3A

Tints of Malachite #0DDD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 4.45%
G = 75.68%
B = 19.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#0DDD3A (or 0x0DDD3A) is known color: Malachite. HEX triplet: 0D, DD and 3A. RGB value is (13,221,58). Sum of RGB (Red+Green+Blue) = 13+221+58=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD3A is #F222C5. Grayscale: #8C8C8C. Windows color (decimal): -15868614 or 3857677. OLE color: 3857677.

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

Color convert

RGB 13 221 58 -
CMYK 0.94 0 0.74 0.13
HSL 132.98º 0.89% 0.46% -
HSV(B) 132.98º 0.94% 0.87% -
XYZ 26.79 52.1 12.65 -
YUV 140.23 81.59 37.25 -
System Red Green Blue C M Y K H S L
Decimal 13 221 58 0.94 0 0.74 0.13 132.98 0.89 0.46
Hex D DD 3A 5E 0 4A D 85 59 2E
Octal 15 335 72 136 0 112 15 205 131 56
Binary 1101 11011101 111010 1011110 0 1001010 1101 10000101 1011001 101110

Color Harmonies of #0DDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD3A

Black with #0DDD3A

Text Example


Text Example

White with #0DDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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