Html Css Color HEX #0DC924 Dark Pastel Green

📋 copy color: '#0DC924'

red 13 ◦ green 201 ◦ blue 36

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

Shades of Dark Pastel Green #0DC924

Tints of Dark Pastel Green #0DC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 80.4%

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

R = 5.2%
G = 80.4%
B = 14.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#0DC924 (or 0x0DC924) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 24. RGB value is (13,201,36). Sum of RGB (Red+Green+Blue) = 13+201+36=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC924 is #F236DB. Grayscale: #7E7E7E. Windows color (decimal): -15873756 or 2410765. OLE color: 2410765.

HSL color Cylindrical-coordinate representation of color #0DC924: hue angle of 127.34º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC924 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 36 -
CMYK 0.94 0 0.82 0.21
HSL 127.34º 0.88% 0.42% -
HSV(B) 127.34º 0.94% 0.79% -
XYZ 21.37 41.99 8.65 -
YUV 125.98 77.22 47.42 -
System Red Green Blue C M Y K H S L
Decimal 13 201 36 0.94 0 0.82 0.21 127.34 0.88 0.42
Hex D C9 24 5E 0 52 15 7F 58 2A
Octal 15 311 44 136 0 122 25 177 130 52
Binary 1101 11001001 100100 1011110 0 1010010 10101 1111111 1011000 101010

Color Harmonies of #0DC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC924

Black with #0DC924

Text Example


Text Example

White with #0DC924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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