Html Css Color HEX #1AAB40 Dark Pastel Green

📋 copy color: '#1AAB40'

red 26 ◦ green 171 ◦ blue 64

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

Shades of Dark Pastel Green #1AAB40

Tints of Dark Pastel Green #1AAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.52%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 9.96%
G = 65.52%
B = 24.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#1AAB40 (or 0x1AAB40) is known color: Dark Pastel Green. HEX triplet: 1A, AB and 40. RGB value is (26,171,64). Sum of RGB (Red+Green+Blue) = 26+171+64=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAB40 is #E554BF. Grayscale: #737373. Windows color (decimal): -15029440 or 4238106. OLE color: 4238106.

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

Color convert

RGB 26 171 64 -
CMYK 0.85 0 0.63 0.33
HSL 135.72º 0.74% 0.39% -
HSV(B) 135.72º 0.85% 0.67% -
XYZ 15.91 29.72 9.75 -
YUV 115.45 98.96 64.2 -
System Red Green Blue C M Y K H S L
Decimal 26 171 64 0.85 0 0.63 0.33 135.72 0.74 0.39
Hex 1A AB 40 55 0 3F 21 88 4A 27
Octal 32 253 100 125 0 77 41 210 112 47
Binary 11010 10101011 1000000 1010101 0 111111 100001 10001000 1001010 100111

Color Harmonies of #1AAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAB40

Black with #1AAB40

Text Example


Text Example

White with #1AAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,64); }

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

background-color css

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

 a { background-color: rgb(26,171,64); }

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

border-color css

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

 span { border-color: rgb(26,171,64); }

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