Html Css Color HEX #0DE43A Malachite

📋 copy color: '#0DE43A'

red 13 ◦ green 228 ◦ blue 58

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

Shades of Malachite #0DE43A

Tints of Malachite #0DE43A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.25%

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

R = 4.35%
G = 76.25%
B = 19.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#0DE43A (or 0x0DE43A) is known color: Malachite. HEX triplet: 0D, E4 and 3A. RGB value is (13,228,58). Sum of RGB (Red+Green+Blue) = 13+228+58=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE43A is #F21BC5. Grayscale: #909090. Windows color (decimal): -15866822 or 3859469. OLE color: 3859469.

HSL color Cylindrical-coordinate representation of color #0DE43A: hue angle of 132.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE43A is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 228 58 -
CMYK 0.94 0 0.75 0.11
HSL 132.56º 0.89% 0.47% -
HSV(B) 132.56º 0.94% 0.89% -
XYZ 28.67 55.88 13.28 -
YUV 144.34 79.27 34.32 -
System Red Green Blue C M Y K H S L
Decimal 13 228 58 0.94 0 0.75 0.11 132.56 0.89 0.47
Hex D E4 3A 5E 0 4B B 85 59 2F
Octal 15 344 72 136 0 113 13 205 131 57
Binary 1101 11100100 111010 1011110 0 1001011 1011 10000101 1011001 101111

Color Harmonies of #0DE43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE43A

Black with #0DE43A

Text Example


Text Example

White with #0DE43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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