Html Css Color HEX #149263 Elf Green

📋 copy color: '#149263'

red 20 ◦ green 146 ◦ blue 99

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

Shades of Elf Green #149263

Tints of Elf Green #149263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 7.55%
G = 55.09%
B = 37.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#149263 (or 0x149263) is known color: Elf Green. HEX triplet: 14, 92 and 63. RGB value is (20,146,99). Sum of RGB (Red+Green+Blue) = 20+146+99=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #149263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149263 is #EB6D9C. Grayscale: #676767. Windows color (decimal): -15429021 or 6525460. OLE color: 6525460.

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

Color convert

RGB 20 146 99 -
CMYK 0.86 0 0.32 0.43
HSL 157.62º 0.76% 0.33% -
HSV(B) 157.62º 0.86% 0.57% -
XYZ 12.82 21.61 15.3 -
YUV 102.97 125.76 68.82 -
System Red Green Blue C M Y K H S L
Decimal 20 146 99 0.86 0 0.32 0.43 157.62 0.76 0.33
Hex 14 92 63 56 0 20 2B 9E 4C 21
Octal 24 222 143 126 0 40 53 236 114 41
Binary 10100 10010010 1100011 1010110 0 100000 101011 10011110 1001100 100001

Color Harmonies of #149263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149263

Black with #149263

Text Example


Text Example

White with #149263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149263; }

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

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

background-color css

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

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

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

border-color css

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

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

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