Html Css Color HEX #0DC115 Dark Pastel Green

📋 copy color: '#0DC115'

red 13 ◦ green 193 ◦ blue 21

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

Shades of Dark Pastel Green #0DC115

Tints of Dark Pastel Green #0DC115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 5.73%
G = 85.02%
B = 9.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#0DC115 (or 0x0DC115) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 15. RGB value is (13,193,21). Sum of RGB (Red+Green+Blue) = 13+193+21=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 193 (75.78% from 255 or 85.02% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC115 is #F23EEA. Grayscale: #787878. Windows color (decimal): -15875819 or 1425677. OLE color: 1425677.

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

Color convert

RGB 13 193 21 -
CMYK 0.93 0 0.89 0.24
HSL 122.67º 0.87% 0.4% -
HSV(B) 122.67º 0.93% 0.76% -
XYZ 19.37 38.28 7.08 -
YUV 119.57 72.37 51.99 -
System Red Green Blue C M Y K H S L
Decimal 13 193 21 0.93 0 0.89 0.24 122.67 0.87 0.4
Hex D C1 15 5D 0 59 18 7B 57 28
Octal 15 301 25 135 0 131 30 173 127 50
Binary 1101 11000001 10101 1011101 0 1011001 11000 1111011 1010111 101000

Color Harmonies of #0DC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC115

Black with #0DC115

Text Example


Text Example

White with #0DC115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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