Html Css Color HEX #0DD152 Malachite

📋 copy color: '#0DD152'

red 13 ◦ green 209 ◦ blue 82

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

Shades of Malachite #0DD152

Tints of Malachite #0DD152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 68.75%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 4.28%
G = 68.75%
B = 26.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#0DD152 (or 0x0DD152) is known color: Malachite. HEX triplet: 0D, D1 and 52. RGB value is (13,209,82). Sum of RGB (Red+Green+Blue) = 13+209+82=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD152 is #F22EAD. Grayscale: #888888. Windows color (decimal): -15871662 or 5427469. OLE color: 5427469.

HSL color Cylindrical-coordinate representation of color #0DD152: hue angle of 141.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD152 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 82 -
CMYK 0.94 0 0.61 0.18
HSL 141.12º 0.88% 0.44% -
HSV(B) 141.12º 0.94% 0.82% -
XYZ 24.49 46.3 15.63 -
YUV 135.92 97.57 40.33 -
System Red Green Blue C M Y K H S L
Decimal 13 209 82 0.94 0 0.61 0.18 141.12 0.88 0.44
Hex D D1 52 5E 0 3D 12 8D 58 2C
Octal 15 321 122 136 0 75 22 215 130 54
Binary 1101 11010001 1010010 1011110 0 111101 10010 10001101 1011000 101100

Color Harmonies of #0DD152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD152

Black with #0DD152

Text Example


Text Example

White with #0DD152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,82); }

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

background-color css

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

 a { background-color: rgb(13,209,82); }

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

border-color css

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

 span { border-color: rgb(13,209,82); }

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