Html Css Color HEX #129266 Elf Green

📋 copy color: '#129266'

red 18 ◦ green 146 ◦ blue 102

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

Shades of Elf Green #129266

Tints of Elf Green #129266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.89%

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

R = 6.77%
G = 54.89%
B = 38.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#129266 (or 0x129266) is known color: Elf Green. HEX triplet: 12, 92 and 66. RGB value is (18,146,102). Sum of RGB (Red+Green+Blue) = 18+146+102=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #129266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129266 is #ED6D99. Grayscale: #666666. Windows color (decimal): -15560090 or 6722066. OLE color: 6722066.

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

Color convert

RGB 18 146 102 -
CMYK 0.88 0 0.30 0.43
HSL 159.38º 0.78% 0.32% -
HSV(B) 159.38º 0.88% 0.57% -
XYZ 12.93 21.65 16.07 -
YUV 102.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 18 146 102 0.88 0 0.30 0.43 159.38 0.78 0.32
Hex 12 92 66 58 0 1E 2B 9F 4E 20
Octal 22 222 146 130 0 36 53 237 116 40
Binary 10010 10010010 1100110 1011000 0 11110 101011 10011111 1001110 100000

Color Harmonies of #129266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129266

Black with #129266

Text Example


Text Example

White with #129266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129266; }

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

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

background-color css

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

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

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

border-color css

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

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

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