Html Css Color HEX #0DC413 Dark Pastel Green

📋 copy color: '#0DC413'

red 13 ◦ green 196 ◦ blue 19

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

Shades of Dark Pastel Green #0DC413

Tints of Dark Pastel Green #0DC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 85.96%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 5.7%
G = 85.96%
B = 8.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#0DC413 (or 0x0DC413) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 13. RGB value is (13,196,19). Sum of RGB (Red+Green+Blue) = 13+196+19=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 196 (76.95% from 255 or 85.96% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC413 is #F23BEC. Grayscale: #797979. Windows color (decimal): -15875053 or 1295373. OLE color: 1295373.

HSL color Cylindrical-coordinate representation of color #0DC413: hue angle of 121.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC413 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 19 -
CMYK 0.93 0 0.90 0.23
HSL 121.97º 0.88% 0.41% -
HSV(B) 121.97º 0.93% 0.77% -
XYZ 20.02 39.61 7.21 -
YUV 121.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 13 196 19 0.93 0 0.90 0.23 121.97 0.88 0.41
Hex D C4 13 5D 0 5A 17 7A 58 29
Octal 15 304 23 135 0 132 27 172 130 51
Binary 1101 11000100 10011 1011101 0 1011010 10111 1111010 1011000 101001

Color Harmonies of #0DC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC413

Black with #0DC413

Text Example


Text Example

White with #0DC413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,19); }

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

background-color css

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

 a { background-color: rgb(13,196,19); }

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

border-color css

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

 span { border-color: rgb(13,196,19); }

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