Html Css Color HEX #0DC53F Dark Pastel Green

📋 copy color: '#0DC53F'

red 13 ◦ green 197 ◦ blue 63

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

Shades of Dark Pastel Green #0DC53F

Tints of Dark Pastel Green #0DC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 4.76%
G = 72.16%
B = 23.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#0DC53F (or 0x0DC53F) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 3F. RGB value is (13,197,63). Sum of RGB (Red+Green+Blue) = 13+197+63=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC53F is #F23AC0. Grayscale: #7F7F7F. Windows color (decimal): -15874753 or 4179213. OLE color: 4179213.

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

Color convert

RGB 13 197 63 -
CMYK 0.93 0 0.68 0.23
HSL 136.3º 0.88% 0.41% -
HSV(B) 136.3º 0.93% 0.77% -
XYZ 21.03 40.38 11.39 -
YUV 126.71 92.04 46.9 -
System Red Green Blue C M Y K H S L
Decimal 13 197 63 0.93 0 0.68 0.23 136.3 0.88 0.41
Hex D C5 3F 5D 0 44 17 88 58 29
Octal 15 305 77 135 0 104 27 210 130 51
Binary 1101 11000101 111111 1011101 0 1000100 10111 10001000 1011000 101001

Color Harmonies of #0DC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC53F

Black with #0DC53F

Text Example


Text Example

White with #0DC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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