Html Css Color HEX #129374 Elf Green

📋 copy color: '#129374'

red 18 ◦ green 147 ◦ blue 116

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

Shades of Elf Green #129374

Tints of Elf Green #129374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 6.41%
G = 52.31%
B = 41.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#129374 (or 0x129374) is known color: Elf Green. HEX triplet: 12, 93 and 74. RGB value is (18,147,116). Sum of RGB (Red+Green+Blue) = 18+147+116=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #129374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129374 is #ED6C8B. Grayscale: #686868. Windows color (decimal): -15559820 or 7639826. OLE color: 7639826.

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

Color convert

RGB 18 147 116 -
CMYK 0.88 0 0.21 0.42
HSL 165.58º 0.78% 0.32% -
HSV(B) 165.58º 0.88% 0.58% -
XYZ 13.84 22.26 20.09 -
YUV 104.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 18 147 116 0.88 0 0.21 0.42 165.58 0.78 0.32
Hex 12 93 74 58 0 15 2A A6 4E 20
Octal 22 223 164 130 0 25 52 246 116 40
Binary 10010 10010011 1110100 1011000 0 10101 101010 10100110 1001110 100000

Color Harmonies of #129374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129374

Black with #129374

Text Example


Text Example

White with #129374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129374; }

 p { color: rgb(18,147,116); }

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

background-color css

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

 a { background-color: rgb(18,147,116); }

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

border-color css

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

 span { border-color: rgb(18,147,116); }

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