#128960

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

Shades of Elf Green #128960

Tints of Elf Green #128960

Color information

#128960 (or 0x128960) is unknown color: approx Elf Green. HEX triplet: 12, 89 and 60. RGB value is (18,137,96). Sum of RGB (Red+Green+Blue) = 18+137+96=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #128960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128960 is #ED769F. Grayscale: #606060. Windows color (decimal): -15562400 or 6326546. OLE color: 6326546.

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

Color convert

RGB1813796-
CMYK0.8700.300.46
HSL159.33º76.77%30.39%-
HSV(B)159.33º86.86%53.73%-
XYZ11.3118.8614.11-
YUV96.74127.5871.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 137 (53.91% from 255) = 54.58%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=7.17%
G=54.58%
B=38.25%

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
Decimal18137960.8700.300.46159.3376.7730.39
Hex1289605701E2E9f4d1e
Octal222111401270365623711536
Binary10010100010011100000101011101111010111010011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128960; }

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

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

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

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

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

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

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

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