Html Css Color HEX #1AAD32 Dark Pastel Green

📋 copy color: '#1AAD32'

red 26 ◦ green 173 ◦ blue 50

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

Shades of Dark Pastel Green #1AAD32

Tints of Dark Pastel Green #1AAD32

RGB

 RED value IS 26 (10.55% from 255) = 10.44%

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 10.44%
G = 69.48%
B = 20.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#1AAD32 (or 0x1AAD32) is known color: Dark Pastel Green. HEX triplet: 1A, AD and 32. RGB value is (26,173,50). Sum of RGB (Red+Green+Blue) = 26+173+50=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAD32 is #E552CD. Grayscale: #737373. Windows color (decimal): -15028942 or 3321114. OLE color: 3321114.

HSL color Cylindrical-coordinate representation of color #1AAD32: hue angle of 129.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAD32 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 173 50 -
CMYK 0.85 0 0.71 0.32
HSL 129.8º 0.74% 0.39% -
HSV(B) 129.8º 0.85% 0.68% -
XYZ 15.95 30.34 8.03 -
YUV 115.03 91.3 64.5 -
System Red Green Blue C M Y K H S L
Decimal 26 173 50 0.85 0 0.71 0.32 129.8 0.74 0.39
Hex 1A AD 32 55 0 47 20 82 4A 27
Octal 32 255 62 125 0 107 40 202 112 47
Binary 11010 10101101 110010 1010101 0 1000111 100000 10000010 1001010 100111

Color Harmonies of #1AAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAD32

Black with #1AAD32

Text Example


Text Example

White with #1AAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AAD32; }

 p { color: rgb(26,173,50); }

 H1.HeaderClassName
 {
   color: #1AAD32;
 }
 .AnyTagClassName
 {
   color: #1AAD32;
 }
</style>

background-color css

<style>
 a { background-color: #1AAD32; }

 a { background-color: rgb(26,173,50); }

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

border-color css

<style>
 span { border-color: #1AAD32; }

 span { border-color: rgb(26,173,50); }

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