Html Css Color HEX #128576 Elf Green

📋 copy color: '#128576'

red 18 ◦ green 133 ◦ blue 118

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

Shades of Elf Green #128576

Tints of Elf Green #128576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 6.69%
G = 49.44%
B = 43.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#128576 (or 0x128576) is known color: Elf Green. HEX triplet: 12, 85 and 76. RGB value is (18,133,118). Sum of RGB (Red+Green+Blue) = 18+133+118=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #128576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128576 is #ED7A89. Grayscale: #606060. Windows color (decimal): -15563402 or 7767314. OLE color: 7767314.

HSL color Cylindrical-coordinate representation of color #128576: hue angle of 172.17º 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 #128576 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 118 -
CMYK 0.86 0 0.11 0.48
HSL 172.17º 0.76% 0.3% -
HSV(B) 172.17º 0.86% 0.52% -
XYZ 11.91 18.21 20.03 -
YUV 96.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 18 133 118 0.86 0 0.11 0.48 172.17 0.76 0.3
Hex 12 85 76 56 0 B 30 AC 4C 1E
Octal 22 205 166 126 0 13 60 254 114 36
Binary 10010 10000101 1110110 1010110 0 1011 110000 10101100 1001100 11110

Color Harmonies of #128576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128576

Black with #128576

Text Example


Text Example

White with #128576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128576; }

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

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

background-color css

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

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

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

border-color css

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

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

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