#129B6A

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

Shades of Elf Green #129B6A

Tints of Elf Green #129B6A

Color information

#129B6A (or 0x129B6A) is unknown color: approx Elf Green. HEX triplet: 12, 9B and 6A. RGB value is (18,155,106). Sum of RGB (Red+Green+Blue) = 18+155+106=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #129B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B6A is #ED6495. Grayscale: #6C6C6C. Windows color (decimal): -15557782 or 6986514. OLE color: 6986514.

HSL color Cylindrical-coordinate representation of color #129B6A: hue angle of 158.54º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B6A is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB18155106-
CMYK0.8800.320.39
HSL158.54º79.19%33.92%-
HSV(B)158.54º88.39%60.78%-
XYZ14.5724.6117.62-
YUV108.45126.6163.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 155 (60.94% from 255) = 55.56%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=6.45%
G=55.56%
B=37.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551060.8800.320.39158.5479.1933.92
Hex129B6A58020279f4f22
Octal222331521300404723711742
Binary1001010011011110101010110000100000100111100111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129B6A; }

 p { color: rgb(18,155,106); }

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

<style>
 a { background-color: #129B6A; }

 a { background-color: rgb(18,155,106); }

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

<style>
 span { border-color: #129B6A; }

 span { border-color: rgb(18,155,106); }

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