Html Css Color HEX #128476 Elf Green

📋 copy color: '#128476'

red 18 ◦ green 132 ◦ blue 118

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

Shades of Elf Green #128476

Tints of Elf Green #128476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

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

R = 6.72%
G = 49.25%
B = 44.03%

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

#128476 (or 0x128476) is known color: Elf Green. HEX triplet: 12, 84 and 76. RGB value is (18,132,118). Sum of RGB (Red+Green+Blue) = 18+132+118=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #128476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128476 is #ED7B89. Grayscale: #606060. Windows color (decimal): -15563658 or 7767058. OLE color: 7767058.

HSL color Cylindrical-coordinate representation of color #128476: hue angle of 172.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128476 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 118 -
CMYK 0.86 0 0.11 0.48
HSL 172.63º 0.76% 0.29% -
HSV(B) 172.63º 0.86% 0.52% -
XYZ 11.77 17.94 19.98 -
YUV 96.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 18 132 118 0.86 0 0.11 0.48 172.63 0.76 0.29
Hex 12 84 76 56 0 B 30 AD 4C 1D
Octal 22 204 166 126 0 13 60 255 114 35
Binary 10010 10000100 1110110 1010110 0 1011 110000 10101101 1001100 11101

Color Harmonies of #128476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128476

Black with #128476

Text Example


Text Example

White with #128476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128476; }

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

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

background-color css

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

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

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

border-color css

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

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

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