Html Css Color HEX #0DC148 Dark Pastel Green

📋 copy color: '#0DC148'

red 13 ◦ green 193 ◦ blue 72

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

Shades of Dark Pastel Green #0DC148

Tints of Dark Pastel Green #0DC148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

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

R = 4.68%
G = 69.42%
B = 25.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#0DC148 (or 0x0DC148) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 48. RGB value is (13,193,72). Sum of RGB (Red+Green+Blue) = 13+193+72=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC148 is #F23EB7. Grayscale: #7D7D7D. Windows color (decimal): -15875768 or 4768013. OLE color: 4768013.

HSL color Cylindrical-coordinate representation of color #0DC148: hue angle of 139.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC148 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 72 -
CMYK 0.93 0 0.63 0.24
HSL 139.67º 0.87% 0.4% -
HSV(B) 139.67º 0.93% 0.76% -
XYZ 20.41 38.69 12.52 -
YUV 125.39 97.87 47.84 -
System Red Green Blue C M Y K H S L
Decimal 13 193 72 0.93 0 0.63 0.24 139.67 0.87 0.4
Hex D C1 48 5D 0 3F 18 8C 57 28
Octal 15 301 110 135 0 77 30 214 127 50
Binary 1101 11000001 1001000 1011101 0 111111 11000 10001100 1010111 101000

Color Harmonies of #0DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC148

Black with #0DC148

Text Example


Text Example

White with #0DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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