Html Css Color HEX #1AA440 Pigment Green

📋 copy color: '#1AA440'

red 26 ◦ green 164 ◦ blue 64

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

Shades of Pigment Green #1AA440

Tints of Pigment Green #1AA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.57%

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

R = 10.24%
G = 64.57%
B = 25.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#1AA440 (or 0x1AA440) is known color: Pigment Green. HEX triplet: 1A, A4 and 40. RGB value is (26,164,64). Sum of RGB (Red+Green+Blue) = 26+164+64=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA440 is #E55BBF. Grayscale: #6F6F6F. Windows color (decimal): -15031232 or 4236314. OLE color: 4236314.

HSL color Cylindrical-coordinate representation of color #1AA440: hue angle of 136.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA440 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 164 64 -
CMYK 0.84 0 0.61 0.36
HSL 136.52º 0.73% 0.37% -
HSV(B) 136.52º 0.84% 0.64% -
XYZ 14.63 27.14 9.32 -
YUV 111.34 101.28 67.13 -
System Red Green Blue C M Y K H S L
Decimal 26 164 64 0.84 0 0.61 0.36 136.52 0.73 0.37
Hex 1A A4 40 54 0 3D 24 89 49 25
Octal 32 244 100 124 0 75 44 211 111 45
Binary 11010 10100100 1000000 1010100 0 111101 100100 10001001 1001001 100101

Color Harmonies of #1AA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA440

Black with #1AA440

Text Example


Text Example

White with #1AA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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