Html Css Color HEX #129470 Elf Green

📋 copy color: '#129470'

red 18 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #129470

Tints of Elf Green #129470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 6.47%
G = 53.24%
B = 40.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#129470 (or 0x129470) is known color: Elf Green. HEX triplet: 12, 94 and 70. RGB value is (18,148,112). Sum of RGB (Red+Green+Blue) = 18+148+112=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #129470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129470 is #ED6B8F. Grayscale: #696969. Windows color (decimal): -15559568 or 7377938. OLE color: 7377938.

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

Color convert

RGB 18 148 112 -
CMYK 0.88 0 0.24 0.42
HSL 163.38º 0.78% 0.33% -
HSV(B) 163.38º 0.88% 0.58% -
XYZ 13.76 22.48 18.94 -
YUV 105.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 18 148 112 0.88 0 0.24 0.42 163.38 0.78 0.33
Hex 12 94 70 58 0 18 2A A3 4E 21
Octal 22 224 160 130 0 30 52 243 116 41
Binary 10010 10010100 1110000 1011000 0 11000 101010 10100011 1001110 100001

Color Harmonies of #129470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129470

Black with #129470

Text Example


Text Example

White with #129470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129470; }

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

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

background-color css

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

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

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

border-color css

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

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

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