Html Css Color HEX #148969 Elf Green

📋 copy color: '#148969'

red 20 ◦ green 137 ◦ blue 105

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

Shades of Elf Green #148969

Tints of Elf Green #148969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 7.63%
G = 52.29%
B = 40.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#148969 (or 0x148969) is known color: Elf Green. HEX triplet: 14, 89 and 69. RGB value is (20,137,105). Sum of RGB (Red+Green+Blue) = 20+137+105=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #148969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148969 is #EB7696. Grayscale: #626262. Windows color (decimal): -15431319 or 6916372. OLE color: 6916372.

HSL color Cylindrical-coordinate representation of color #148969: hue angle of 163.59º 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 #148969 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 105 -
CMYK 0.85 0 0.23 0.46
HSL 163.59º 0.75% 0.31% -
HSV(B) 163.59º 0.85% 0.54% -
XYZ 11.78 19.06 16.42 -
YUV 98.37 131.74 72.1 -
System Red Green Blue C M Y K H S L
Decimal 20 137 105 0.85 0 0.23 0.46 163.59 0.75 0.31
Hex 14 89 69 55 0 17 2E A4 4B 1F
Octal 24 211 151 125 0 27 56 244 113 37
Binary 10100 10001001 1101001 1010101 0 10111 101110 10100100 1001011 11111

Color Harmonies of #148969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148969

Black with #148969

Text Example


Text Example

White with #148969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148969; }

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

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

background-color css

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

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

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

border-color css

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

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

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