#12927A

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

Shades of Elf Green #12927A

Tints of Elf Green #12927A

Color information

#12927A (or 0x12927A) is unknown color: approx Elf Green. HEX triplet: 12, 92 and 7A. RGB value is (18,146,122). Sum of RGB (Red+Green+Blue) = 18+146+122=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #12927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927A is #ED6D85. Grayscale: #686868. Windows color (decimal): -15560070 or 8032786. OLE color: 8032786.

HSL color Cylindrical-coordinate representation of color #12927A: hue angle of 168.75º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12927A is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB18146122-
CMYK0.8800.160.43
HSL168.75º78.05%32.16%-
HSV(B)168.75º87.67%57.25%-
XYZ14.0422.0921.94-
YUV104.99137.5965.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=6.29%
G=51.05%
B=42.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461220.8800.160.43168.7578.0532.16
Hex12927A580102Ba94e20
Octal222221721300205325111640
Binary100101001001011110101011000010000101011101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12927A; }

 p { color: rgb(18,146,122); }

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

<style>
 a { background-color: #12927A; }

 a { background-color: rgb(18,146,122); }

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

<style>
 span { border-color: #12927A; }

 span { border-color: rgb(18,146,122); }

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