#128A5D

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

Shades of Elf Green #128A5D

Tints of Elf Green #128A5D

Color information

#128A5D (or 0x128A5D) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 5D. RGB value is (18,138,93). Sum of RGB (Red+Green+Blue) = 18+138+93=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #128A5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A5D is #ED75A2. Grayscale: #616161. Windows color (decimal): -15562147 or 6130194. OLE color: 6130194.

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

Color convert

RGB1813893-
CMYK0.8700.330.46
HSL157.5º76.92%30.59%-
HSV(B)157.5º86.96%54.12%-
XYZ11.3119.113.45-
YUV96.99125.7471.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=7.23%
G=55.42%
B=37.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18138930.8700.330.46157.576.9230.59
Hex128A5D570212E9e4d1f
Octal222121351270415623611537
Binary100101000101010111011010111010000110111010011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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