Html Css Color HEX #129665 Elf Green

📋 copy color: '#129665'

red 18 ◦ green 150 ◦ blue 101

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

Shades of Elf Green #129665

Tints of Elf Green #129665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 6.69%
G = 55.76%
B = 37.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#129665 (or 0x129665) is known color: Elf Green. HEX triplet: 12, 96 and 65. RGB value is (18,150,101). Sum of RGB (Red+Green+Blue) = 18+150+101=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #129665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129665 is #ED699A. Grayscale: #696969. Windows color (decimal): -15559067 or 6657554. OLE color: 6657554.

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

Color convert

RGB 18 150 101 -
CMYK 0.88 0 0.33 0.41
HSL 157.73º 0.79% 0.33% -
HSV(B) 157.73º 0.88% 0.59% -
XYZ 13.5 22.88 16.02 -
YUV 104.95 125.77 65.98 -
System Red Green Blue C M Y K H S L
Decimal 18 150 101 0.88 0 0.33 0.41 157.73 0.79 0.33
Hex 12 96 65 58 0 21 29 9E 4F 21
Octal 22 226 145 130 0 41 51 236 117 41
Binary 10010 10010110 1100101 1011000 0 100001 101001 10011110 1001111 100001

Color Harmonies of #129665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129665

Black with #129665

Text Example


Text Example

White with #129665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129665; }

 p { color: rgb(18,150,101); }

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

background-color css

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

 a { background-color: rgb(18,150,101); }

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

border-color css

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

 span { border-color: rgb(18,150,101); }

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