#128A60

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

Shades of Elf Green #128A60

Tints of Elf Green #128A60

Color information

#128A60 (or 0x128A60) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 60. RGB value is (18,138,96). Sum of RGB (Red+Green+Blue) = 18+138+96=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #128A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A60 is #ED759F. Grayscale: #616161. Windows color (decimal): -15562144 or 6326802. OLE color: 6326802.

HSL color Cylindrical-coordinate representation of color #128A60: hue angle of 159º 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 #128A60 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1813896-
CMYK0.8700.300.46
HSL159º76.92%30.59%-
HSV(B)159º86.96%54.12%-
XYZ11.4519.1514.16-
YUV97.33127.2471.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=7.14%
G=54.76%
B=38.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18138960.8700.300.4615976.9230.59
Hex128A605701E2E9f4d1f
Octal222121401270365623711537
Binary10010100010101100000101011101111010111010011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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