Html Css Color HEX #1AAA40 Dark Pastel Green

📋 copy color: '#1AAA40'

red 26 ◦ green 170 ◦ blue 64

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

Shades of Dark Pastel Green #1AAA40

Tints of Dark Pastel Green #1AAA40

RGB

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

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

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

R = 10%
G = 65.38%
B = 24.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#1AAA40 (or 0x1AAA40) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 40. RGB value is (26,170,64). Sum of RGB (Red+Green+Blue) = 26+170+64=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA40 is #E555BF. Grayscale: #737373. Windows color (decimal): -15029696 or 4237850. OLE color: 4237850.

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

Color convert

RGB 26 170 64 -
CMYK 0.85 0 0.62 0.33
HSL 135.83º 0.73% 0.38% -
HSV(B) 135.83º 0.85% 0.67% -
XYZ 15.73 29.34 9.68 -
YUV 114.86 99.29 64.62 -
System Red Green Blue C M Y K H S L
Decimal 26 170 64 0.85 0 0.62 0.33 135.83 0.73 0.38
Hex 1A AA 40 55 0 3E 21 88 49 26
Octal 32 252 100 125 0 76 41 210 111 46
Binary 11010 10101010 1000000 1010101 0 111110 100001 10001000 1001001 100110

Color Harmonies of #1AAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA40

Black with #1AAA40

Text Example


Text Example

White with #1AAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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