Html Css Color HEX #129278 Elf Green

📋 copy color: '#129278'

red 18 ◦ green 146 ◦ blue 120

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

Shades of Elf Green #129278

Tints of Elf Green #129278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 6.34%
G = 51.41%
B = 42.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#129278 (or 0x129278) is known color: Elf Green. HEX triplet: 12, 92 and 78. RGB value is (18,146,120). Sum of RGB (Red+Green+Blue) = 18+146+120=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #129278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129278 is #ED6D87. Grayscale: #686868. Windows color (decimal): -15560072 or 7901714. OLE color: 7901714.

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

Color convert

RGB 18 146 120 -
CMYK 0.88 0 0.18 0.43
HSL 167.81º 0.78% 0.32% -
HSV(B) 167.81º 0.88% 0.57% -
XYZ 13.92 22.04 21.29 -
YUV 104.76 136.59 66.11 -
System Red Green Blue C M Y K H S L
Decimal 18 146 120 0.88 0 0.18 0.43 167.81 0.78 0.32
Hex 12 92 78 58 0 12 2B A8 4E 20
Octal 22 222 170 130 0 22 53 250 116 40
Binary 10010 10010010 1111000 1011000 0 10010 101011 10101000 1001110 100000

Color Harmonies of #129278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129278

Black with #129278

Text Example


Text Example

White with #129278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129278; }

 p { color: rgb(18,146,120); }

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

background-color css

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

 a { background-color: rgb(18,146,120); }

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

border-color css

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

 span { border-color: rgb(18,146,120); }

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