Html Css Color HEX #0DC51C Dark Pastel Green

📋 copy color: '#0DC51C'

red 13 ◦ green 197 ◦ blue 28

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

Shades of Dark Pastel Green #0DC51C

Tints of Dark Pastel Green #0DC51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 5.46%
G = 82.77%
B = 11.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#0DC51C (or 0x0DC51C) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 1C. RGB value is (13,197,28). Sum of RGB (Red+Green+Blue) = 13+197+28=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC51C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC51C is #F23AE3. Grayscale: #7B7B7B. Windows color (decimal): -15874788 or 1885453. OLE color: 1885453.

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

Color convert

RGB 13 197 28 -
CMYK 0.93 0 0.86 0.23
HSL 124.89º 0.88% 0.41% -
HSV(B) 124.89º 0.93% 0.77% -
XYZ 20.34 40.1 7.77 -
YUV 122.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 13 197 28 0.93 0 0.86 0.23 124.89 0.88 0.41
Hex D C5 1C 5D 0 56 17 7D 58 29
Octal 15 305 34 135 0 126 27 175 130 51
Binary 1101 11000101 11100 1011101 0 1010110 10111 1111101 1011000 101001

Color Harmonies of #0DC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC51C

Black with #0DC51C

Text Example


Text Example

White with #0DC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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