#1A9F52

Color #1A9F52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1A9F52

Tints of Pigment Green #1A9F52

Color information

#1A9F52 (or 0x1A9F52) is unknown color: approx Pigment Green. HEX triplet: 1A, 9F and 52. RGB value is (26,159,82). Sum of RGB (Red+Green+Blue) = 26+159+82=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9F52 is #E560AD. Grayscale: #6E6E6E. Windows color (decimal): -15032494 or 5414682. OLE color: 5414682.

HSL color Cylindrical-coordinate representation of color #1A9F52: hue angle of 145.26º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9F52 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB2615982-
CMYK0.8400.480.38
HSL145.26º71.89%36.27%-
HSV(B)145.26º83.65%62.35%-
XYZ14.3525.6312.17-
YUV110.46111.9467.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=9.74%
G=59.55%
B=30.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26159820.8400.480.38145.2671.8936.27
Hex1A9F525403026914824
Octal322371221240604622111044
Binary1101010011111101001010101000110000100110100100011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,82); }

 H1.HeaderClassName
 {
   color: #1A9F52;
 }
 .AnyTagClassName
 {
   color: #1A9F52;
 }
</style>
background-color css

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

 a { background-color: rgb(26,159,82); }

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

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

 span { border-color: rgb(26,159,82); }

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