Html Css Color HEX #1A9B42 Pigment Green

📋 copy color: '#1A9B42'

red 26 ◦ green 155 ◦ blue 66

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

Shades of Pigment Green #1A9B42

Tints of Pigment Green #1A9B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62.75%

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 10.53%
G = 62.75%
B = 26.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#1A9B42 (or 0x1A9B42) is known color: Pigment Green. HEX triplet: 1A, 9B and 42. RGB value is (26,155,66). Sum of RGB (Red+Green+Blue) = 26+155+66=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #1A9B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9B42 is #E564BD. Grayscale: #6A6A6A. Windows color (decimal): -15033534 or 4365082. OLE color: 4365082.

HSL color Cylindrical-coordinate representation of color #1A9B42: hue angle of 138.6º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9B42 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 155 66 -
CMYK 0.83 0 0.57 0.39
HSL 138.6º 0.71% 0.35% -
HSV(B) 138.6º 0.83% 0.61% -
XYZ 13.13 24.06 9.11 -
YUV 106.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 26 155 66 0.83 0 0.57 0.39 138.6 0.71 0.35
Hex 1A 9B 42 53 0 39 27 8B 47 23
Octal 32 233 102 123 0 71 47 213 107 43
Binary 11010 10011011 1000010 1010011 0 111001 100111 10001011 1000111 100011

Color Harmonies of #1A9B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9B42

Black with #1A9B42

Text Example


Text Example

White with #1A9B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,155,66); }

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

background-color css

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

 a { background-color: rgb(26,155,66); }

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

border-color css

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

 span { border-color: rgb(26,155,66); }

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