Html Css Color HEX #129A69 Elf Green

📋 copy color: '#129A69'

red 18 ◦ green 154 ◦ blue 105

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

Shades of Elf Green #129A69

Tints of Elf Green #129A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.6%

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 6.5%
G = 55.6%
B = 37.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#129A69 (or 0x129A69) is known color: Elf Green. HEX triplet: 12, 9A and 69. RGB value is (18,154,105). Sum of RGB (Red+Green+Blue) = 18+154+105=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #129A69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129A69 is #ED6596. Grayscale: #6B6B6B. Windows color (decimal): -15558039 or 6920722. OLE color: 6920722.

HSL color Cylindrical-coordinate representation of color #129A69: hue angle of 158.38º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A69 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 154 105 -
CMYK 0.88 0 0.32 0.40
HSL 158.38º 0.79% 0.34% -
HSV(B) 158.38º 0.88% 0.6% -
XYZ 14.35 24.26 17.29 -
YUV 107.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 18 154 105 0.88 0 0.32 0.40 158.38 0.79 0.34
Hex 12 9A 69 58 0 20 28 9E 4F 22
Octal 22 232 151 130 0 40 50 236 117 42
Binary 10010 10011010 1101001 1011000 0 100000 101000 10011110 1001111 100010

Color Harmonies of #129A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A69

Black with #129A69

Text Example


Text Example

White with #129A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129A69; }

 p { color: rgb(18,154,105); }

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

background-color css

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

 a { background-color: rgb(18,154,105); }

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

border-color css

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

 span { border-color: rgb(18,154,105); }

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