Html Css Color HEX #149969 Elf Green

📋 copy color: '#149969'

red 20 ◦ green 153 ◦ blue 105

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

Shades of Elf Green #149969

Tints of Elf Green #149969

RGB

 RED value IS 20 (8.2% from 255) = 7.19%

 GREEN value IS 153 (60.16% from 255) = 55.04%

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

R = 7.19%
G = 55.04%
B = 37.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#149969 (or 0x149969) is known color: Elf Green. HEX triplet: 14, 99 and 69. RGB value is (20,153,105). Sum of RGB (Red+Green+Blue) = 20+153+105=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #149969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149969 is #EB6696. Grayscale: #6B6B6B. Windows color (decimal): -15427223 or 6920468. OLE color: 6920468.

HSL color Cylindrical-coordinate representation of color #149969: hue angle of 158.35º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149969 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 105 -
CMYK 0.87 0 0.31 0.4
HSL 158.35º 0.77% 0.34% -
HSV(B) 158.35º 0.87% 0.6% -
XYZ 14.23 23.95 17.24 -
YUV 107.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 20 153 105 0.87 0 0.31 0.4 158.35 0.77 0.34
Hex 14 99 69 57 0 1F 28 9E 4D 22
Octal 24 231 151 127 0 37 50 236 115 42
Binary 10100 10011001 1101001 1010111 0 11111 101000 10011110 1001101 100010

Color Harmonies of #149969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149969

Black with #149969

Text Example


Text Example

White with #149969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149969; }

 p { color: rgb(20,153,105); }

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

background-color css

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

 a { background-color: rgb(20,153,105); }

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

border-color css

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

 span { border-color: rgb(20,153,105); }

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