Html Css Color HEX #129366 Elf Green

📋 copy color: '#129366'

red 18 ◦ green 147 ◦ blue 102

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

Shades of Elf Green #129366

Tints of Elf Green #129366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 6.74%
G = 55.06%
B = 38.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#129366 (or 0x129366) is known color: Elf Green. HEX triplet: 12, 93 and 66. RGB value is (18,147,102). Sum of RGB (Red+Green+Blue) = 18+147+102=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #129366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129366 is #ED6C99. Grayscale: #676767. Windows color (decimal): -15559834 or 6722322. OLE color: 6722322.

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

Color convert

RGB 18 147 102 -
CMYK 0.88 0 0.31 0.42
HSL 159.07º 0.78% 0.32% -
HSV(B) 159.07º 0.88% 0.58% -
XYZ 13.08 21.96 16.12 -
YUV 103.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 18 147 102 0.88 0 0.31 0.42 159.07 0.78 0.32
Hex 12 93 66 58 0 1F 2A 9F 4E 20
Octal 22 223 146 130 0 37 52 237 116 40
Binary 10010 10010011 1100110 1011000 0 11111 101010 10011111 1001110 100000

Color Harmonies of #129366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129366

Black with #129366

Text Example


Text Example

White with #129366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129366; }

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

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

background-color css

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

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

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

border-color css

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

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

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