Html Css Color HEX #0DAA3C Dark Pastel Green

📋 copy color: '#0DAA3C'

red 13 ◦ green 170 ◦ blue 60

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

Shades of Dark Pastel Green #0DAA3C

Tints of Dark Pastel Green #0DAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.96%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 5.35%
G = 69.96%
B = 24.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#0DAA3C (or 0x0DAA3C) is known color: Dark Pastel Green. HEX triplet: 0D, AA and 3C. RGB value is (13,170,60). Sum of RGB (Red+Green+Blue) = 13+170+60=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA3C is #F255C3. Grayscale: #6E6E6E. Windows color (decimal): -15881668 or 3975693. OLE color: 3975693.

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

Color convert

RGB 13 170 60 -
CMYK 0.92 0 0.65 0.33
HSL 137.96º 0.86% 0.36% -
HSV(B) 137.96º 0.92% 0.67% -
XYZ 15.36 29.16 9.09 -
YUV 110.52 99.49 58.44 -
System Red Green Blue C M Y K H S L
Decimal 13 170 60 0.92 0 0.65 0.33 137.96 0.86 0.36
Hex D AA 3C 5C 0 41 21 8A 56 24
Octal 15 252 74 134 0 101 41 212 126 44
Binary 1101 10101010 111100 1011100 0 1000001 100001 10001010 1010110 100100

Color Harmonies of #0DAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAA3C

Black with #0DAA3C

Text Example


Text Example

White with #0DAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,170,60); }

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

background-color css

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

 a { background-color: rgb(13,170,60); }

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

border-color css

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

 span { border-color: rgb(13,170,60); }

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