Html Css Color HEX #148963 Elf Green

📋 copy color: '#148963'

red 20 ◦ green 137 ◦ blue 99

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

Shades of Elf Green #148963

Tints of Elf Green #148963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 7.81%
G = 53.52%
B = 38.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#148963 (or 0x148963) is known color: Elf Green. HEX triplet: 14, 89 and 63. RGB value is (20,137,99). Sum of RGB (Red+Green+Blue) = 20+137+99=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #148963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148963 is #EB769C. Grayscale: #616161. Windows color (decimal): -15431325 or 6523156. OLE color: 6523156.

HSL color Cylindrical-coordinate representation of color #148963: hue angle of 160.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148963 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 99 -
CMYK 0.85 0 0.28 0.46
HSL 160.51º 0.75% 0.31% -
HSV(B) 160.51º 0.85% 0.54% -
XYZ 11.49 18.94 14.85 -
YUV 97.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 20 137 99 0.85 0 0.28 0.46 160.51 0.75 0.31
Hex 14 89 63 55 0 1C 2E A1 4B 1F
Octal 24 211 143 125 0 34 56 241 113 37
Binary 10100 10001001 1100011 1010101 0 11100 101110 10100001 1001011 11111

Color Harmonies of #148963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148963

Black with #148963

Text Example


Text Example

White with #148963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148963; }

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

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

background-color css

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

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

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

border-color css

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

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

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