Html Css Color HEX #129768 Elf Green

📋 copy color: '#129768'

red 18 ◦ green 151 ◦ blue 104

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

Shades of Elf Green #129768

Tints of Elf Green #129768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.31%

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 6.59%
G = 55.31%
B = 38.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#129768 (or 0x129768) is known color: Elf Green. HEX triplet: 12, 97 and 68. RGB value is (18,151,104). Sum of RGB (Red+Green+Blue) = 18+151+104=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #129768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129768 is #ED6897. Grayscale: #696969. Windows color (decimal): -15558808 or 6854418. OLE color: 6854418.

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

Color convert

RGB 18 151 104 -
CMYK 0.88 0 0.31 0.41
HSL 158.8º 0.79% 0.33% -
HSV(B) 158.8º 0.88% 0.59% -
XYZ 13.81 23.26 16.86 -
YUV 105.88 126.94 65.32 -
System Red Green Blue C M Y K H S L
Decimal 18 151 104 0.88 0 0.31 0.41 158.8 0.79 0.33
Hex 12 97 68 58 0 1F 29 9F 4F 21
Octal 22 227 150 130 0 37 51 237 117 41
Binary 10010 10010111 1101000 1011000 0 11111 101001 10011111 1001111 100001

Color Harmonies of #129768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129768

Black with #129768

Text Example


Text Example

White with #129768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129768; }

 p { color: rgb(18,151,104); }

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

background-color css

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

 a { background-color: rgb(18,151,104); }

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

border-color css

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

 span { border-color: rgb(18,151,104); }

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