#128570

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

Shades of Elf Green #128570

Tints of Elf Green #128570

Color information

#128570 (or 0x128570) is unknown color: approx Elf Green. HEX triplet: 12, 85 and 70. RGB value is (18,133,112). Sum of RGB (Red+Green+Blue) = 18+133+112=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #128570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128570 is #ED7A8F. Grayscale: #606060. Windows color (decimal): -15563408 or 7374098. OLE color: 7374098.

HSL color Cylindrical-coordinate representation of color #128570: hue angle of 169.04º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128570 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB18133112-
CMYK0.8600.160.48
HSL169.04º76.16%29.61%-
HSV(B)169.04º86.47%52.16%-
XYZ11.5618.0718.21-
YUV96.22136.972.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=6.84%
G=50.57%
B=42.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331120.8600.160.48169.0476.1629.61
Hex1285705601030a94c1e
Octal222051601260206025111436
Binary10010100001011110000101011001000011000010101001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128570; }

 p { color: rgb(18,133,112); }

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

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

 a { background-color: rgb(18,133,112); }

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

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

 span { border-color: rgb(18,133,112); }

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