Html Css Color HEX #0DC613 Dark Pastel Green

📋 copy color: '#0DC613'

red 13 ◦ green 198 ◦ blue 19

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

Shades of Dark Pastel Green #0DC613

Tints of Dark Pastel Green #0DC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 86.09%

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

R = 5.65%
G = 86.09%
B = 8.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#0DC613 (or 0x0DC613) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 13. RGB value is (13,198,19). Sum of RGB (Red+Green+Blue) = 13+198+19=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 198 (77.73% from 255 or 86.09% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC613 is #F239EC. Grayscale: #7A7A7A. Windows color (decimal): -15874541 or 1295885. OLE color: 1295885.

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

Color convert

RGB 13 198 19 -
CMYK 0.93 0 0.90 0.22
HSL 121.95º 0.88% 0.41% -
HSV(B) 121.95º 0.93% 0.78% -
XYZ 20.48 40.52 7.36 -
YUV 122.28 69.71 50.05 -
System Red Green Blue C M Y K H S L
Decimal 13 198 19 0.93 0 0.90 0.22 121.95 0.88 0.41
Hex D C6 13 5D 0 5A 16 7A 58 29
Octal 15 306 23 135 0 132 26 172 130 51
Binary 1101 11000110 10011 1011101 0 1011010 10110 1111010 1011000 101001

Color Harmonies of #0DC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC613

Black with #0DC613

Text Example


Text Example

White with #0DC613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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