Html Css Color HEX #0DC848 Dark Pastel Green

📋 copy color: '#0DC848'

red 13 ◦ green 200 ◦ blue 72

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

Shades of Dark Pastel Green #0DC848

Tints of Dark Pastel Green #0DC848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 4.56%
G = 70.18%
B = 25.26%

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

#0DC848 (or 0x0DC848) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 48. RGB value is (13,200,72). Sum of RGB (Red+Green+Blue) = 13+200+72=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC848 is #F237B7. Grayscale: #818181. Windows color (decimal): -15873976 or 4769805. OLE color: 4769805.

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

Color convert

RGB 13 200 72 -
CMYK 0.94 0 0.64 0.22
HSL 138.93º 0.88% 0.42% -
HSV(B) 138.93º 0.94% 0.78% -
XYZ 21.99 41.86 13.05 -
YUV 129.5 95.55 44.91 -
System Red Green Blue C M Y K H S L
Decimal 13 200 72 0.94 0 0.64 0.22 138.93 0.88 0.42
Hex D C8 48 5E 0 40 16 8B 58 2A
Octal 15 310 110 136 0 100 26 213 130 52
Binary 1101 11001000 1001000 1011110 0 1000000 10110 10001011 1011000 101010

Color Harmonies of #0DC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC848

Black with #0DC848

Text Example


Text Example

White with #0DC848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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