#128974

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

Shades of Elf Green #128974

Tints of Elf Green #128974

Color information

#128974 (or 0x128974) is unknown color: approx Elf Green. HEX triplet: 12, 89 and 74. RGB value is (18,137,116). Sum of RGB (Red+Green+Blue) = 18+137+116=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #128974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128974 is #ED768B. Grayscale: #626262. Windows color (decimal): -15562380 or 7637266. OLE color: 7637266.

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

Color convert

RGB18137116-
CMYK0.8700.150.46
HSL169.41º76.77%30.39%-
HSV(B)169.41º86.86%53.73%-
XYZ12.3519.2819.59-
YUV99.02137.5870.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=6.64%
G=50.55%
B=42.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181371160.8700.150.46169.4176.7730.39
Hex128974570F2Ea94d1e
Octal222111641270175625111536
Binary1001010001001111010010101110111110111010101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128974; }

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

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

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

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

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

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

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

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