Html Css Color HEX #129769 Elf Green

📋 copy color: '#129769'

red 18 ◦ green 151 ◦ blue 105

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

Shades of Elf Green #129769

Tints of Elf Green #129769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 6.57%
G = 55.11%
B = 38.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#129769 (or 0x129769) is known color: Elf Green. HEX triplet: 12, 97 and 69. RGB value is (18,151,105). Sum of RGB (Red+Green+Blue) = 18+151+105=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #129769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129769 is #ED6896. Grayscale: #6A6A6A. Windows color (decimal): -15558807 or 6919954. OLE color: 6919954.

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

Color convert

RGB 18 151 105 -
CMYK 0.88 0 0.30 0.41
HSL 159.25º 0.79% 0.33% -
HSV(B) 159.25º 0.88% 0.59% -
XYZ 13.87 23.28 17.13 -
YUV 105.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 18 151 105 0.88 0 0.30 0.41 159.25 0.79 0.33
Hex 12 97 69 58 0 1E 29 9F 4F 21
Octal 22 227 151 130 0 36 51 237 117 41
Binary 10010 10010111 1101001 1011000 0 11110 101001 10011111 1001111 100001

Color Harmonies of #129769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129769

Black with #129769

Text Example


Text Example

White with #129769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129769; }

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

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

background-color css

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

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

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

border-color css

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

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

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