Html Css Color HEX #149463 Elf Green

📋 copy color: '#149463'

red 20 ◦ green 148 ◦ blue 99

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

Shades of Elf Green #149463

Tints of Elf Green #149463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 7.49%
G = 55.43%
B = 37.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#149463 (or 0x149463) is known color: Elf Green. HEX triplet: 14, 94 and 63. RGB value is (20,148,99). Sum of RGB (Red+Green+Blue) = 20+148+99=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #149463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149463 is #EB6B9C. Grayscale: #686868. Windows color (decimal): -15428509 or 6525972. OLE color: 6525972.

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

Color convert

RGB 20 148 99 -
CMYK 0.86 0 0.33 0.42
HSL 157.03º 0.76% 0.33% -
HSV(B) 157.03º 0.86% 0.58% -
XYZ 13.13 22.23 15.4 -
YUV 104.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 20 148 99 0.86 0 0.33 0.42 157.03 0.76 0.33
Hex 14 94 63 56 0 21 2A 9D 4C 21
Octal 24 224 143 126 0 41 52 235 114 41
Binary 10100 10010100 1100011 1010110 0 100001 101010 10011101 1001100 100001

Color Harmonies of #149463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149463

Black with #149463

Text Example


Text Example

White with #149463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149463; }

 p { color: rgb(20,148,99); }

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

background-color css

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

 a { background-color: rgb(20,148,99); }

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

border-color css

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

 span { border-color: rgb(20,148,99); }

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