Html Css Color HEX #149865 Elf Green

📋 copy color: '#149865'

red 20 ◦ green 152 ◦ blue 101

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

Shades of Elf Green #149865

Tints of Elf Green #149865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

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

R = 7.33%
G = 55.68%
B = 37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#149865 (or 0x149865) is known color: Elf Green. HEX triplet: 14, 98 and 65. RGB value is (20,152,101). Sum of RGB (Red+Green+Blue) = 20+152+101=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #149865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149865 is #EB679A. Grayscale: #6A6A6A. Windows color (decimal): -15427483 or 6658068. OLE color: 6658068.

HSL color Cylindrical-coordinate representation of color #149865: hue angle of 156.82º 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 #149865 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 101 -
CMYK 0.87 0 0.34 0.40
HSL 156.82º 0.77% 0.34% -
HSV(B) 156.82º 0.87% 0.6% -
XYZ 13.87 23.54 16.13 -
YUV 106.72 124.77 66.15 -
System Red Green Blue C M Y K H S L
Decimal 20 152 101 0.87 0 0.34 0.40 156.82 0.77 0.34
Hex 14 98 65 57 0 22 28 9D 4D 22
Octal 24 230 145 127 0 42 50 235 115 42
Binary 10100 10011000 1100101 1010111 0 100010 101000 10011101 1001101 100010

Color Harmonies of #149865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149865

Black with #149865

Text Example


Text Example

White with #149865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149865; }

 p { color: rgb(20,152,101); }

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

background-color css

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

 a { background-color: rgb(20,152,101); }

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

border-color css

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

 span { border-color: rgb(20,152,101); }

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