#12897A

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

Shades of Elf Green #12897A

Tints of Elf Green #12897A

Color information

#12897A (or 0x12897A) is unknown color: approx Elf Green. HEX triplet: 12, 89 and 7A. RGB value is (18,137,122). Sum of RGB (Red+Green+Blue) = 18+137+122=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #12897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12897A is #ED7685. Grayscale: #636363. Windows color (decimal): -15562374 or 8030482. OLE color: 8030482.

HSL color Cylindrical-coordinate representation of color #12897A: hue angle of 172.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12897A is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB18137122-
CMYK0.8700.110.46
HSL172.44º76.77%30.39%-
HSV(B)172.44º86.86%53.73%-
XYZ12.7119.4321.49-
YUV99.71140.5869.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=6.50%
G=49.46%
B=44.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181371220.8700.110.46172.4476.7730.39
Hex12897A570B2Eac4d1e
Octal222111721270135625411536
Binary1001010001001111101010101110101110111010101100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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