Html Css Color HEX #149866 Elf Green

📋 copy color: '#149866'

red 20 ◦ green 152 ◦ blue 102

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

Shades of Elf Green #149866

Tints of Elf Green #149866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 7.3%
G = 55.47%
B = 37.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#149866 (or 0x149866) is known color: Elf Green. HEX triplet: 14, 98 and 66. RGB value is (20,152,102). Sum of RGB (Red+Green+Blue) = 20+152+102=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #149866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149866 is #EB6799. Grayscale: #6A6A6A. Windows color (decimal): -15427482 or 6723604. OLE color: 6723604.

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

Color convert

RGB 20 152 102 -
CMYK 0.87 0 0.33 0.40
HSL 157.27º 0.77% 0.34% -
HSV(B) 157.27º 0.87% 0.6% -
XYZ 13.92 23.56 16.39 -
YUV 106.83 125.27 66.07 -
System Red Green Blue C M Y K H S L
Decimal 20 152 102 0.87 0 0.33 0.40 157.27 0.77 0.34
Hex 14 98 66 57 0 21 28 9D 4D 22
Octal 24 230 146 127 0 41 50 235 115 42
Binary 10100 10011000 1100110 1010111 0 100001 101000 10011101 1001101 100010

Color Harmonies of #149866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149866

Black with #149866

Text Example


Text Example

White with #149866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149866; }

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

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

background-color css

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

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

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

border-color css

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

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

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