Html Css Color HEX #0DA72C Dark Pastel Green

📋 copy color: '#0DA72C'

red 13 ◦ green 167 ◦ blue 44

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

Shades of Dark Pastel Green #0DA72C

Tints of Dark Pastel Green #0DA72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 74.55%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 5.8%
G = 74.55%
B = 19.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#0DA72C (or 0x0DA72C) is known color: Dark Pastel Green. HEX triplet: 0D, A7 and 2C. RGB value is (13,167,44). Sum of RGB (Red+Green+Blue) = 13+167+44=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 167 (65.62% from 255 or 74.55% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA72C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA72C is #F258D3. Grayscale: #6B6B6B. Windows color (decimal): -15882452 or 2926349. OLE color: 2926349.

HSL color Cylindrical-coordinate representation of color #0DA72C: hue angle of 132.08º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA72C is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 167 44 -
CMYK 0.92 0 0.74 0.35
HSL 132.08º 0.86% 0.35% -
HSV(B) 132.08º 0.92% 0.65% -
XYZ 14.44 27.9 7.01 -
YUV 106.93 92.48 61 -
System Red Green Blue C M Y K H S L
Decimal 13 167 44 0.92 0 0.74 0.35 132.08 0.86 0.35
Hex D A7 2C 5C 0 4A 23 84 56 23
Octal 15 247 54 134 0 112 43 204 126 43
Binary 1101 10100111 101100 1011100 0 1001010 100011 10000100 1010110 100011

Color Harmonies of #0DA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA72C

Black with #0DA72C

Text Example


Text Example

White with #0DA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,167,44); }

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

background-color css

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

 a { background-color: rgb(13,167,44); }

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

border-color css

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

 span { border-color: rgb(13,167,44); }

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