Html Css Color HEX #129663 Elf Green

📋 copy color: '#129663'

red 18 ◦ green 150 ◦ blue 99

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

Shades of Elf Green #129663

Tints of Elf Green #129663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 6.74%
G = 56.18%
B = 37.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#129663 (or 0x129663) is known color: Elf Green. HEX triplet: 12, 96 and 63. RGB value is (18,150,99). Sum of RGB (Red+Green+Blue) = 18+150+99=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #129663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129663 is #ED699C. Grayscale: #686868. Windows color (decimal): -15559069 or 6526482. OLE color: 6526482.

HSL color Cylindrical-coordinate representation of color #129663: hue angle of 156.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129663 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 99 -
CMYK 0.88 0 0.34 0.41
HSL 156.82º 0.79% 0.33% -
HSV(B) 156.82º 0.88% 0.59% -
XYZ 13.41 22.84 15.51 -
YUV 104.72 124.77 66.15 -
System Red Green Blue C M Y K H S L
Decimal 18 150 99 0.88 0 0.34 0.41 156.82 0.79 0.33
Hex 12 96 63 58 0 22 29 9D 4F 21
Octal 22 226 143 130 0 42 51 235 117 41
Binary 10010 10010110 1100011 1011000 0 100010 101001 10011101 1001111 100001

Color Harmonies of #129663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129663

Black with #129663

Text Example


Text Example

White with #129663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129663; }

 p { color: rgb(18,150,99); }

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

background-color css

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

 a { background-color: rgb(18,150,99); }

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

border-color css

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

 span { border-color: rgb(18,150,99); }

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