Html Css Color HEX #129866 Elf Green

📋 copy color: '#129866'

red 18 ◦ green 152 ◦ blue 102

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

Shades of Elf Green #129866

Tints of Elf Green #129866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.88%

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

R = 6.62%
G = 55.88%
B = 37.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#129866 (or 0x129866) is known color: Elf Green. HEX triplet: 12, 98 and 66. RGB value is (18,152,102). Sum of RGB (Red+Green+Blue) = 18+152+102=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #129866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129866 is #ED6799. Grayscale: #6A6A6A. Windows color (decimal): -15558554 or 6723602. OLE color: 6723602.

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

Color convert

RGB 18 152 102 -
CMYK 0.88 0 0.33 0.40
HSL 157.61º 0.79% 0.33% -
HSV(B) 157.61º 0.88% 0.6% -
XYZ 13.88 23.54 16.38 -
YUV 106.23 125.61 65.07 -
System Red Green Blue C M Y K H S L
Decimal 18 152 102 0.88 0 0.33 0.40 157.61 0.79 0.33
Hex 12 98 66 58 0 21 28 9E 4F 21
Octal 22 230 146 130 0 41 50 236 117 41
Binary 10010 10011000 1100110 1011000 0 100001 101000 10011110 1001111 100001

Color Harmonies of #129866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129866

Black with #129866

Text Example


Text Example

White with #129866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129866; }

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

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

background-color css

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

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

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

border-color css

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

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

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