Html Css Color HEX #128973 Elf Green

📋 copy color: '#128973'

red 18 ◦ green 137 ◦ blue 115

#128973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #128973

Tints of Elf Green #128973

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 6.67%
G = 50.74%
B = 42.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#128973 (or 0x128973) is known color: Elf Green. HEX triplet: 12, 89 and 73. RGB value is (18,137,115). Sum of RGB (Red+Green+Blue) = 18+137+115=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #128973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128973 is #ED768C. Grayscale: #626262. Windows color (decimal): -15562381 or 7571730. OLE color: 7571730.

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

Color convert

RGB 18 137 115 -
CMYK 0.87 0 0.16 0.46
HSL 168.91º 0.77% 0.3% -
HSV(B) 168.91º 0.87% 0.54% -
XYZ 12.29 19.26 19.29 -
YUV 98.91 137.08 70.29 -
System Red Green Blue C M Y K H S L
Decimal 18 137 115 0.87 0 0.16 0.46 168.91 0.77 0.3
Hex 12 89 73 57 0 10 2E A9 4D 1E
Octal 22 211 163 127 0 20 56 251 115 36
Binary 10010 10001001 1110011 1010111 0 10000 101110 10101001 1001101 11110

Color Harmonies of #128973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128973

Black with #128973

Text Example


Text Example

White with #128973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128973; }

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

 H1.HeaderClassName
 {
   color: #128973;
 }
 .AnyTagClassName
 {
   color: #128973;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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