Html Css Color HEX #129363 Elf Green

📋 copy color: '#129363'

red 18 ◦ green 147 ◦ blue 99

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

Shades of Elf Green #129363

Tints of Elf Green #129363

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

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

R = 6.82%
G = 55.68%
B = 37.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#129363 (or 0x129363) is known color: Elf Green. HEX triplet: 12, 93 and 63. RGB value is (18,147,99). Sum of RGB (Red+Green+Blue) = 18+147+99=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #129363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129363 is #ED6C9C. Grayscale: #676767. Windows color (decimal): -15559837 or 6525714. OLE color: 6525714.

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

Color convert

RGB 18 147 99 -
CMYK 0.88 0 0.33 0.42
HSL 157.67º 0.78% 0.32% -
HSV(B) 157.67º 0.88% 0.58% -
XYZ 12.94 21.9 15.35 -
YUV 102.96 125.76 67.4 -
System Red Green Blue C M Y K H S L
Decimal 18 147 99 0.88 0 0.33 0.42 157.67 0.78 0.32
Hex 12 93 63 58 0 21 2A 9E 4E 20
Octal 22 223 143 130 0 41 52 236 116 40
Binary 10010 10010011 1100011 1011000 0 100001 101010 10011110 1001110 100000

Color Harmonies of #129363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129363

Black with #129363

Text Example


Text Example

White with #129363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129363; }

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

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

background-color css

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

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

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

border-color css

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

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

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