#1A9872

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

Shades of Elf Green #1A9872

Tints of Elf Green #1A9872

Color information

#1A9872 (or 0x1A9872) is unknown color: approx Elf Green. HEX triplet: 1A, 98 and 72. RGB value is (26,152,114). Sum of RGB (Red+Green+Blue) = 26+152+114=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #1A9872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9872 is #E5678D. Grayscale: #6E6E6E. Windows color (decimal): -15034254 or 7510042. OLE color: 7510042.

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

Color convert

RGB26152114-
CMYK0.8300.250.40
HSL161.9º70.79%34.9%-
HSV(B)161.9º82.89%59.61%-
XYZ14.6923.8919.76-
YUV109.99130.2668.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=8.90%
G=52.05%
B=39.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261521140.8300.250.40161.970.7934.9
Hex1A98725301928a24723
Octal322301621230315024210743
Binary110101001100011100101010011011001101000101000101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,152,114); }

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

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

 a { background-color: rgb(26,152,114); }

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

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

 span { border-color: rgb(26,152,114); }

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