Html Css Color HEX #148863 Elf Green

📋 copy color: '#148863'

red 20 ◦ green 136 ◦ blue 99

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

Shades of Elf Green #148863

Tints of Elf Green #148863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 7.84%
G = 53.33%
B = 38.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#148863 (or 0x148863) is known color: Elf Green. HEX triplet: 14, 88 and 63. RGB value is (20,136,99). Sum of RGB (Red+Green+Blue) = 20+136+99=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #148863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148863 is #EB779C. Grayscale: #616161. Windows color (decimal): -15431581 or 6522900. OLE color: 6522900.

HSL color Cylindrical-coordinate representation of color #148863: hue angle of 160.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148863 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 99 -
CMYK 0.85 0 0.27 0.47
HSL 160.86º 0.74% 0.31% -
HSV(B) 160.86º 0.85% 0.53% -
XYZ 11.34 18.66 14.81 -
YUV 97.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 20 136 99 0.85 0 0.27 0.47 160.86 0.74 0.31
Hex 14 88 63 55 0 1B 2F A1 4A 1F
Octal 24 210 143 125 0 33 57 241 112 37
Binary 10100 10001000 1100011 1010101 0 11011 101111 10100001 1001010 11111

Color Harmonies of #148863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148863

Black with #148863

Text Example


Text Example

White with #148863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148863; }

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

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

background-color css

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

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

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

border-color css

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

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

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