Html Css Color HEX #0DC130 Dark Pastel Green

📋 copy color: '#0DC130'

red 13 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #0DC130

Tints of Dark Pastel Green #0DC130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 5.12%
G = 75.98%
B = 18.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#0DC130 (or 0x0DC130) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 30. RGB value is (13,193,48). Sum of RGB (Red+Green+Blue) = 13+193+48=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 193 (75.78% from 255 or 75.98% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC130 is #F23ECF. Grayscale: #7B7B7B. Windows color (decimal): -15875792 or 3195149. OLE color: 3195149.

HSL color Cylindrical-coordinate representation of color #0DC130: hue angle of 131.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 #0DC130 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 48 -
CMYK 0.93 0 0.75 0.24
HSL 131.67º 0.87% 0.4% -
HSV(B) 131.67º 0.93% 0.76% -
XYZ 19.77 38.44 9.17 -
YUV 122.65 85.87 49.79 -
System Red Green Blue C M Y K H S L
Decimal 13 193 48 0.93 0 0.75 0.24 131.67 0.87 0.4
Hex D C1 30 5D 0 4B 18 84 57 28
Octal 15 301 60 135 0 113 30 204 127 50
Binary 1101 11000001 110000 1011101 0 1001011 11000 10000100 1010111 101000

Color Harmonies of #0DC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC130

Black with #0DC130

Text Example


Text Example

White with #0DC130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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