Html Css Color HEX #1AA341 Pigment Green

📋 copy color: '#1AA341'

red 26 ◦ green 163 ◦ blue 65

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

Shades of Pigment Green #1AA341

Tints of Pigment Green #1AA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 64.17%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 10.24%
G = 64.17%
B = 25.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#1AA341 (or 0x1AA341) is known color: Pigment Green. HEX triplet: 1A, A3 and 41. RGB value is (26,163,65). Sum of RGB (Red+Green+Blue) = 26+163+65=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA341 is #E55CBE. Grayscale: #6F6F6F. Windows color (decimal): -15031487 or 4301594. OLE color: 4301594.

HSL color Cylindrical-coordinate representation of color #1AA341: hue angle of 137.08º degrees, saturation: 0.72, 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 #1AA341 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 163 65 -
CMYK 0.84 0 0.60 0.36
HSL 137.08º 0.72% 0.37% -
HSV(B) 137.08º 0.84% 0.64% -
XYZ 14.48 26.8 9.41 -
YUV 110.87 102.11 67.47 -
System Red Green Blue C M Y K H S L
Decimal 26 163 65 0.84 0 0.60 0.36 137.08 0.72 0.37
Hex 1A A3 41 54 0 3C 24 89 48 25
Octal 32 243 101 124 0 74 44 211 110 45
Binary 11010 10100011 1000001 1010100 0 111100 100100 10001001 1001000 100101

Color Harmonies of #1AA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA341

Black with #1AA341

Text Example


Text Example

White with #1AA341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,163,65); }

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

background-color css

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

 a { background-color: rgb(26,163,65); }

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

border-color css

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

 span { border-color: rgb(26,163,65); }

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