#128C5D

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

Shades of Elf Green #128C5D

Tints of Elf Green #128C5D

Color information

#128C5D (or 0x128C5D) is unknown color: approx Elf Green. HEX triplet: 12, 8C and 5D. RGB value is (18,140,93). Sum of RGB (Red+Green+Blue) = 18+140+93=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #128C5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C5D is #ED73A2. Grayscale: #626262. Windows color (decimal): -15561635 or 6130706. OLE color: 6130706.

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

Color convert

RGB1814093-
CMYK0.8700.340.45
HSL156.89º77.22%30.98%-
HSV(B)156.89º87.14%54.9%-
XYZ11.619.6813.54-
YUV98.16125.0870.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 140 (55.08% from 255) = 55.78%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=7.17%
G=55.78%
B=37.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18140930.8700.340.45156.8977.2230.98
Hex128C5D570222D9d4d1f
Octal222141351270425523511537
Binary100101000110010111011010111010001010110110011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,140,93); }

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

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

 a { background-color: rgb(18,140,93); }

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

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

 span { border-color: rgb(18,140,93); }

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