Html Css Color HEX #0DC512 Dark Pastel Green

📋 copy color: '#0DC512'

red 13 ◦ green 197 ◦ blue 18

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

Shades of Dark Pastel Green #0DC512

Tints of Dark Pastel Green #0DC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 86.4%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 5.7%
G = 86.4%
B = 7.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#0DC512 (or 0x0DC512) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 12. RGB value is (13,197,18). Sum of RGB (Red+Green+Blue) = 13+197+18=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 197 (77.34% from 255 or 86.40% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC512 is #F23AED. Grayscale: #7A7A7A. Windows color (decimal): -15874798 or 1230093. OLE color: 1230093.

HSL color Cylindrical-coordinate representation of color #0DC512: hue angle of 121.63º 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 #0DC512 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 197 18 -
CMYK 0.93 0 0.91 0.23
HSL 121.63º 0.88% 0.41% -
HSV(B) 121.63º 0.93% 0.77% -
XYZ 20.24 40.06 7.24 -
YUV 121.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 13 197 18 0.93 0 0.91 0.23 121.63 0.88 0.41
Hex D C5 12 5D 0 5B 17 7A 58 29
Octal 15 305 22 135 0 133 27 172 130 51
Binary 1101 11000101 10010 1011101 0 1011011 10111 1111010 1011000 101001

Color Harmonies of #0DC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC512

Black with #0DC512

Text Example


Text Example

White with #0DC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,197,18); }

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

background-color css

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

 a { background-color: rgb(13,197,18); }

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

border-color css

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

 span { border-color: rgb(13,197,18); }

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