Html Css Color HEX #0AAD3D Dark Pastel Green

📋 copy color: '#0AAD3D'

red 10 ◦ green 173 ◦ blue 61

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

Shades of Dark Pastel Green #0AAD3D

Tints of Dark Pastel Green #0AAD3D

RGB

 RED value IS 10 (4.3% from 255) = 4.1%

 GREEN value IS 173 (67.97% from 255) = 70.9%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 4.1%
G = 70.9%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#0AAD3D (or 0x0AAD3D) is known color: Dark Pastel Green. HEX triplet: 0A, AD and 3D. RGB value is (10,173,61). Sum of RGB (Red+Green+Blue) = 10+173+61=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 173 (67.97% from 255 or 70.90% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD3D is #F552C2. Grayscale: #6F6F6F. Windows color (decimal): -16077507 or 4041994. OLE color: 4041994.

HSL color Cylindrical-coordinate representation of color #0AAD3D: hue angle of 138.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD3D is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 173 61 -
CMYK 0.94 0 0.65 0.32
HSL 138.77º 0.89% 0.36% -
HSV(B) 138.77º 0.94% 0.68% -
XYZ 15.91 30.29 9.42 -
YUV 111.5 99.5 55.61 -
System Red Green Blue C M Y K H S L
Decimal 10 173 61 0.94 0 0.65 0.32 138.77 0.89 0.36
Hex A AD 3D 5E 0 41 20 8B 59 24
Octal 12 255 75 136 0 101 40 213 131 44
Binary 1010 10101101 111101 1011110 0 1000001 100000 10001011 1011001 100100

Color Harmonies of #0AAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD3D

Black with #0AAD3D

Text Example


Text Example

White with #0AAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,61); }

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

background-color css

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

 a { background-color: rgb(10,173,61); }

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

border-color css

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

 span { border-color: rgb(10,173,61); }

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