Html Css Color HEX #129474 Elf Green

📋 copy color: '#129474'

red 18 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #129474

Tints of Elf Green #129474

RGB

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

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

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

R = 6.38%
G = 52.48%
B = 41.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#129474 (or 0x129474) is known color: Elf Green. HEX triplet: 12, 94 and 74. RGB value is (18,148,116). Sum of RGB (Red+Green+Blue) = 18+148+116=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #129474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129474 is #ED6B8B. Grayscale: #696969. Windows color (decimal): -15559564 or 7640082. OLE color: 7640082.

HSL color Cylindrical-coordinate representation of color #129474: hue angle of 165.23º 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 #129474 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 116 -
CMYK 0.88 0 0.22 0.42
HSL 165.23º 0.78% 0.33% -
HSV(B) 165.23º 0.88% 0.58% -
XYZ 13.99 22.57 20.14 -
YUV 105.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 18 148 116 0.88 0 0.22 0.42 165.23 0.78 0.33
Hex 12 94 74 58 0 16 2A A5 4E 21
Octal 22 224 164 130 0 26 52 245 116 41
Binary 10010 10010100 1110100 1011000 0 10110 101010 10100101 1001110 100001

Color Harmonies of #129474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129474

Black with #129474

Text Example


Text Example

White with #129474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129474; }

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

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

background-color css

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

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

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

border-color css

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

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

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