#128F65

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

Shades of Elf Green #128F65

Tints of Elf Green #128F65

Color information

#128F65 (or 0x128F65) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 65. RGB value is (18,143,101). Sum of RGB (Red+Green+Blue) = 18+143+101=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #128F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F65 is #ED709A. Grayscale: #646464. Windows color (decimal): -15560859 or 6655762. OLE color: 6655762.

HSL color Cylindrical-coordinate representation of color #128F65: hue angle of 159.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F65 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB18143101-
CMYK0.8700.290.44
HSL159.84º77.64%31.57%-
HSV(B)159.84º87.41%56.08%-
XYZ12.4220.7115.66-
YUV100.84128.0968.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 143 (56.25% from 255) = 54.58%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=6.87%
G=54.58%
B=38.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431010.8700.290.44159.8477.6431.57
Hex128F655701D2Ca04e20
Octal222171451270355424011640
Binary100101000111111001011010111011101101100101000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,101); }

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

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

 a { background-color: rgb(18,143,101); }

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

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

 span { border-color: rgb(18,143,101); }

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