Html Css Color HEX #148766 Elf Green

📋 copy color: '#148766'

red 20 ◦ green 135 ◦ blue 102

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

Shades of Elf Green #148766

Tints of Elf Green #148766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.53%

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

R = 7.78%
G = 52.53%
B = 39.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#148766 (or 0x148766) is known color: Elf Green. HEX triplet: 14, 87 and 66. RGB value is (20,135,102). Sum of RGB (Red+Green+Blue) = 20+135+102=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #148766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148766 is #EB7899. Grayscale: #606060. Windows color (decimal): -15431834 or 6719252. OLE color: 6719252.

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

Color convert

RGB 20 135 102 -
CMYK 0.85 0 0.24 0.47
HSL 162.78º 0.74% 0.3% -
HSV(B) 162.78º 0.85% 0.53% -
XYZ 11.35 18.44 15.53 -
YUV 96.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 20 135 102 0.85 0 0.24 0.47 162.78 0.74 0.3
Hex 14 87 66 55 0 18 2F A3 4A 1E
Octal 24 207 146 125 0 30 57 243 112 36
Binary 10100 10000111 1100110 1010101 0 11000 101111 10100011 1001010 11110

Color Harmonies of #148766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148766

Black with #148766

Text Example


Text Example

White with #148766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148766; }

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

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

background-color css

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

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

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

border-color css

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

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

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