Html Css Color HEX #0DC524 Dark Pastel Green

📋 copy color: '#0DC524'

red 13 ◦ green 197 ◦ blue 36

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

Shades of Dark Pastel Green #0DC524

Tints of Dark Pastel Green #0DC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 5.28%
G = 80.08%
B = 14.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#0DC524 (or 0x0DC524) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 24. RGB value is (13,197,36). Sum of RGB (Red+Green+Blue) = 13+197+36=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC524 is #F23ADB. Grayscale: #7C7C7C. Windows color (decimal): -15874780 or 2409741. OLE color: 2409741.

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

Color convert

RGB 13 197 36 -
CMYK 0.93 0 0.82 0.23
HSL 127.5º 0.88% 0.41% -
HSV(B) 127.5º 0.93% 0.77% -
XYZ 20.45 40.15 8.34 -
YUV 123.63 78.54 49.09 -
System Red Green Blue C M Y K H S L
Decimal 13 197 36 0.93 0 0.82 0.23 127.5 0.88 0.41
Hex D C5 24 5D 0 52 17 80 58 29
Octal 15 305 44 135 0 122 27 200 130 51
Binary 1101 11000101 100100 1011101 0 1010010 10111 10000000 1011000 101001

Color Harmonies of #0DC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC524

Black with #0DC524

Text Example


Text Example

White with #0DC524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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