Html Css Color HEX #129565 Elf Green

📋 copy color: '#129565'

red 18 ◦ green 149 ◦ blue 101

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

Shades of Elf Green #129565

Tints of Elf Green #129565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.6%

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

R = 6.72%
G = 55.6%
B = 37.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#129565 (or 0x129565) is known color: Elf Green. HEX triplet: 12, 95 and 65. RGB value is (18,149,101). Sum of RGB (Red+Green+Blue) = 18+149+101=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #129565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129565 is #ED6A9A. Grayscale: #686868. Windows color (decimal): -15559323 or 6657298. OLE color: 6657298.

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

Color convert

RGB 18 149 101 -
CMYK 0.88 0 0.32 0.42
HSL 158.02º 0.78% 0.33% -
HSV(B) 158.02º 0.88% 0.58% -
XYZ 13.35 22.56 15.96 -
YUV 104.36 126.1 66.4 -
System Red Green Blue C M Y K H S L
Decimal 18 149 101 0.88 0 0.32 0.42 158.02 0.78 0.33
Hex 12 95 65 58 0 20 2A 9E 4E 21
Octal 22 225 145 130 0 40 52 236 116 41
Binary 10010 10010101 1100101 1011000 0 100000 101010 10011110 1001110 100001

Color Harmonies of #129565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129565

Black with #129565

Text Example


Text Example

White with #129565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129565; }

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

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

background-color css

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

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

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

border-color css

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

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

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