Html Css Color HEX #1AA755 Pigment Green

📋 copy color: '#1AA755'

red 26 ◦ green 167 ◦ blue 85

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

Shades of Pigment Green #1AA755

Tints of Pigment Green #1AA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.07%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 9.35%
G = 60.07%
B = 30.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#1AA755 (or 0x1AA755) is known color: Pigment Green. HEX triplet: 1A, A7 and 55. RGB value is (26,167,85). Sum of RGB (Red+Green+Blue) = 26+167+85=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 167 (65.62% from 255 or 60.07% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA755 is #E558AA. Grayscale: #737373. Windows color (decimal): -15030443 or 5613338. OLE color: 5613338.

HSL color Cylindrical-coordinate representation of color #1AA755: hue angle of 145.11º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA755 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 167 85 -
CMYK 0.84 0 0.49 0.35
HSL 145.11º 0.73% 0.38% -
HSV(B) 145.11º 0.84% 0.65% -
XYZ 15.88 28.51 13.26 -
YUV 115.49 110.79 64.17 -
System Red Green Blue C M Y K H S L
Decimal 26 167 85 0.84 0 0.49 0.35 145.11 0.73 0.38
Hex 1A A7 55 54 0 31 23 91 49 26
Octal 32 247 125 124 0 61 43 221 111 46
Binary 11010 10100111 1010101 1010100 0 110001 100011 10010001 1001001 100110

Color Harmonies of #1AA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA755

Black with #1AA755

Text Example


Text Example

White with #1AA755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,167,85); }

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

background-color css

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

 a { background-color: rgb(26,167,85); }

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

border-color css

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

 span { border-color: rgb(26,167,85); }

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