Html Css Color HEX #129673 Elf Green

📋 copy color: '#129673'

red 18 ◦ green 150 ◦ blue 115

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

Shades of Elf Green #129673

Tints of Elf Green #129673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53%

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

R = 6.36%
G = 53%
B = 40.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#129673 (or 0x129673) is known color: Elf Green. HEX triplet: 12, 96 and 73. RGB value is (18,150,115). Sum of RGB (Red+Green+Blue) = 18+150+115=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #129673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129673 is #ED698C. Grayscale: #6A6A6A. Windows color (decimal): -15559053 or 7575058. OLE color: 7575058.

HSL color Cylindrical-coordinate representation of color #129673: hue angle of 164.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129673 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 115 -
CMYK 0.88 0 0.23 0.41
HSL 164.09º 0.79% 0.33% -
HSV(B) 164.09º 0.88% 0.59% -
XYZ 14.25 23.18 19.94 -
YUV 106.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 18 150 115 0.88 0 0.23 0.41 164.09 0.79 0.33
Hex 12 96 73 58 0 17 29 A4 4F 21
Octal 22 226 163 130 0 27 51 244 117 41
Binary 10010 10010110 1110011 1011000 0 10111 101001 10100100 1001111 100001

Color Harmonies of #129673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129673

Black with #129673

Text Example


Text Example

White with #129673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129673; }

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

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

background-color css

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

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

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

border-color css

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

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

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