Html Css Color HEX #0DC849 Dark Pastel Green

📋 copy color: '#0DC849'

red 13 ◦ green 200 ◦ blue 73

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

Shades of Dark Pastel Green #0DC849

Tints of Dark Pastel Green #0DC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.93%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 4.55%
G = 69.93%
B = 25.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#0DC849 (or 0x0DC849) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 49. RGB value is (13,200,73). Sum of RGB (Red+Green+Blue) = 13+200+73=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC849 is #F237B6. Grayscale: #818181. Windows color (decimal): -15873975 or 4835341. OLE color: 4835341.

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

Color convert

RGB 13 200 73 -
CMYK 0.94 0 0.64 0.22
HSL 139.25º 0.88% 0.42% -
HSV(B) 139.25º 0.94% 0.78% -
XYZ 22.02 41.88 13.23 -
YUV 129.61 96.05 44.83 -
System Red Green Blue C M Y K H S L
Decimal 13 200 73 0.94 0 0.64 0.22 139.25 0.88 0.42
Hex D C8 49 5E 0 40 16 8B 58 2A
Octal 15 310 111 136 0 100 26 213 130 52
Binary 1101 11001000 1001001 1011110 0 1000000 10110 10001011 1011000 101010

Color Harmonies of #0DC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC849

Black with #0DC849

Text Example


Text Example

White with #0DC849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,200,73); }

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

background-color css

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

 a { background-color: rgb(13,200,73); }

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

border-color css

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

 span { border-color: rgb(13,200,73); }

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