#128963

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

Shades of Elf Green #128963

Tints of Elf Green #128963

Color information

#128963 (or 0x128963) is unknown color: approx Elf Green. HEX triplet: 12, 89 and 63. RGB value is (18,137,99). Sum of RGB (Red+Green+Blue) = 18+137+99=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #128963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128963 is #ED769C. Grayscale: #616161. Windows color (decimal): -15562397 or 6523154. OLE color: 6523154.

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

Color convert

RGB1813799-
CMYK0.8700.280.46
HSL160.84º76.77%30.39%-
HSV(B)160.84º86.86%53.73%-
XYZ11.4518.9214.85-
YUV97.09129.0871.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=7.09%
G=53.94%
B=38.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137990.8700.280.46160.8476.7730.39
Hex1289635701C2Ea14d1e
Octal222111431270345624111536
Binary10010100010011100011101011101110010111010100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128963; }

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

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

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

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

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

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

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

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