Html Css Color HEX #129064 Elf Green

📋 copy color: '#129064'

red 18 ◦ green 144 ◦ blue 100

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

Shades of Elf Green #129064

Tints of Elf Green #129064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 6.87%
G = 54.96%
B = 38.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#129064 (or 0x129064) is known color: Elf Green. HEX triplet: 12, 90 and 64. RGB value is (18,144,100). Sum of RGB (Red+Green+Blue) = 18+144+100=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #129064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129064 is #ED6F9B. Grayscale: #656565. Windows color (decimal): -15560604 or 6590482. OLE color: 6590482.

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

Color convert

RGB 18 144 100 -
CMYK 0.88 0 0.31 0.44
HSL 159.05º 0.78% 0.32% -
HSV(B) 159.05º 0.88% 0.56% -
XYZ 12.52 21 15.45 -
YUV 101.31 127.26 68.58 -
System Red Green Blue C M Y K H S L
Decimal 18 144 100 0.88 0 0.31 0.44 159.05 0.78 0.32
Hex 12 90 64 58 0 1F 2C 9F 4E 20
Octal 22 220 144 130 0 37 54 237 116 40
Binary 10010 10010000 1100100 1011000 0 11111 101100 10011111 1001110 100000

Color Harmonies of #129064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129064

Black with #129064

Text Example


Text Example

White with #129064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129064; }

 p { color: rgb(18,144,100); }

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

background-color css

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

 a { background-color: rgb(18,144,100); }

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

border-color css

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

 span { border-color: rgb(18,144,100); }

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