#1A927F

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

Shades of Elf Green #1A927F

Tints of Elf Green #1A927F

Color information

#1A927F (or 0x1A927F) is unknown color: approx Elf Green. HEX triplet: 1A, 92 and 7F. RGB value is (26,146,127). Sum of RGB (Red+Green+Blue) = 26+146+127=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #1A927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A927F is #E56D80. Grayscale: #6B6B6B. Windows color (decimal): -15035777 or 8360474. OLE color: 8360474.

HSL color Cylindrical-coordinate representation of color #1A927F: hue angle of 170.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A927F is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB26146127-
CMYK0.8200.130.43
HSL170.5º69.77%33.73%-
HSV(B)170.5º82.19%57.25%-
XYZ14.5422.3123.62-
YUV107.95138.7469.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.70%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 127 (50% from 255) = 42.47%
R=8.70%
G=48.83%
B=42.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261461270.8200.130.43170.569.7733.73
Hex1A927F520D2Baa4622
Octal322221771220155325210642
Binary11010100100101111111101001001101101011101010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,127); }

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

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

 a { background-color: rgb(26,146,127); }

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

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

 span { border-color: rgb(26,146,127); }

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