Html Css Color HEX #0DC94A Malachite

📋 copy color: '#0DC94A'

red 13 ◦ green 201 ◦ blue 74

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

Shades of Malachite #0DC94A

Tints of Malachite #0DC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.79%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 4.51%
G = 69.79%
B = 25.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#0DC94A (or 0x0DC94A) is known color: Malachite. HEX triplet: 0D, C9 and 4A. RGB value is (13,201,74). Sum of RGB (Red+Green+Blue) = 13+201+74=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC94A is #F236B5. Grayscale: #828282. Windows color (decimal): -15873718 or 4901133. OLE color: 4901133.

HSL color Cylindrical-coordinate representation of color #0DC94A: hue angle of 139.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC94A is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 74 -
CMYK 0.94 0 0.63 0.21
HSL 139.47º 0.88% 0.42% -
HSV(B) 139.47º 0.94% 0.79% -
XYZ 22.29 42.35 13.48 -
YUV 130.31 96.22 44.33 -
System Red Green Blue C M Y K H S L
Decimal 13 201 74 0.94 0 0.63 0.21 139.47 0.88 0.42
Hex D C9 4A 5E 0 3F 15 8B 58 2A
Octal 15 311 112 136 0 77 25 213 130 52
Binary 1101 11001001 1001010 1011110 0 111111 10101 10001011 1011000 101010

Color Harmonies of #0DC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC94A

Black with #0DC94A

Text Example


Text Example

White with #0DC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,74); }

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

background-color css

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

 a { background-color: rgb(13,201,74); }

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

border-color css

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

 span { border-color: rgb(13,201,74); }

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