#128962

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

Shades of Elf Green #128962

Tints of Elf Green #128962

Color information

#128962 (or 0x128962) is unknown color: approx Elf Green. HEX triplet: 12, 89 and 62. RGB value is (18,137,98). Sum of RGB (Red+Green+Blue) = 18+137+98=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #128962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128962 is #ED769D. Grayscale: #616161. Windows color (decimal): -15562398 or 6457618. OLE color: 6457618.

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

Color convert

RGB1813798-
CMYK0.8700.280.46
HSL160.34º76.77%30.39%-
HSV(B)160.34º86.86%53.73%-
XYZ11.418.914.6-
YUV96.97128.5871.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 137 (53.91% from 255) = 54.15%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=7.11%
G=54.15%
B=38.74%

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
Decimal18137980.8700.280.46160.3476.7730.39
Hex1289625701C2Ea04d1e
Octal222111421270345624011536
Binary10010100010011100010101011101110010111010100000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128962; }

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

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

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

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

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

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

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

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