#128A67

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

Shades of Elf Green #128A67

Tints of Elf Green #128A67

Color information

#128A67 (or 0x128A67) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 67. RGB value is (18,138,103). Sum of RGB (Red+Green+Blue) = 18+138+103=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #128A67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A67 is #ED7598. Grayscale: #626262. Windows color (decimal): -15562137 or 6785554. OLE color: 6785554.

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

Color convert

RGB18138103-
CMYK0.8700.250.46
HSL162.5º76.92%30.59%-
HSV(B)162.5º86.96%54.12%-
XYZ11.7919.2815.93-
YUV98.13130.7470.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 103 (40.62% from 255) = 39.77%
R=6.95%
G=53.28%
B=39.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381030.8700.250.46162.576.9230.59
Hex128A67570192Ea24d1f
Octal222121471270315624211537
Binary10010100010101100111101011101100110111010100010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128A67; }

 p { color: rgb(18,138,103); }

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

<style>
 a { background-color: #128A67; }

 a { background-color: rgb(18,138,103); }

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

<style>
 span { border-color: #128A67; }

 span { border-color: rgb(18,138,103); }

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