Html Css Color HEX #1AA950 Pigment Green

📋 copy color: '#1AA950'

red 26 ◦ green 169 ◦ blue 80

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

Shades of Pigment Green #1AA950

Tints of Pigment Green #1AA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 61.45%

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 9.45%
G = 61.45%
B = 29.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#1AA950 (or 0x1AA950) is known color: Pigment Green. HEX triplet: 1A, A9 and 50. RGB value is (26,169,80). Sum of RGB (Red+Green+Blue) = 26+169+80=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 169 (66.41% from 255 or 61.45% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA950 is #E556AF. Grayscale: #747474. Windows color (decimal): -15029936 or 5286170. OLE color: 5286170.

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

Color convert

RGB 26 169 80 -
CMYK 0.85 0 0.53 0.34
HSL 142.66º 0.73% 0.38% -
HSV(B) 142.66º 0.85% 0.66% -
XYZ 16.06 29.17 12.37 -
YUV 116.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 26 169 80 0.85 0 0.53 0.34 142.66 0.73 0.38
Hex 1A A9 50 55 0 35 22 8F 49 26
Octal 32 251 120 125 0 65 42 217 111 46
Binary 11010 10101001 1010000 1010101 0 110101 100010 10001111 1001001 100110

Color Harmonies of #1AA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA950

Black with #1AA950

Text Example


Text Example

White with #1AA950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,169,80); }

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

background-color css

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

 a { background-color: rgb(26,169,80); }

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

border-color css

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

 span { border-color: rgb(26,169,80); }

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