Html Css Color HEX #129461 Elf Green

📋 copy color: '#129461'

red 18 ◦ green 148 ◦ blue 97

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

Shades of Elf Green #129461

Tints of Elf Green #129461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 6.84%
G = 56.27%
B = 36.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#129461 (or 0x129461) is known color: Elf Green. HEX triplet: 12, 94 and 61. RGB value is (18,148,97). Sum of RGB (Red+Green+Blue) = 18+148+97=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #129461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129461 is #ED6B9E. Grayscale: #676767. Windows color (decimal): -15559583 or 6394898. OLE color: 6394898.

HSL color Cylindrical-coordinate representation of color #129461: hue angle of 156.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129461 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 97 -
CMYK 0.88 0 0.34 0.42
HSL 156.46º 0.78% 0.33% -
HSV(B) 156.46º 0.88% 0.58% -
XYZ 13 22.17 14.9 -
YUV 103.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 18 148 97 0.88 0 0.34 0.42 156.46 0.78 0.33
Hex 12 94 61 58 0 22 2A 9C 4E 21
Octal 22 224 141 130 0 42 52 234 116 41
Binary 10010 10010100 1100001 1011000 0 100010 101010 10011100 1001110 100001

Color Harmonies of #129461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129461

Black with #129461

Text Example


Text Example

White with #129461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129461; }

 p { color: rgb(18,148,97); }

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

background-color css

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

 a { background-color: rgb(18,148,97); }

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

border-color css

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

 span { border-color: rgb(18,148,97); }

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