Html Css Color HEX #148764 Elf Green

📋 copy color: '#148764'

red 20 ◦ green 135 ◦ blue 100

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

Shades of Elf Green #148764

Tints of Elf Green #148764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.22%

R = 7.84%
G = 52.94%
B = 39.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#148764 (or 0x148764) is known color: Elf Green. HEX triplet: 14, 87 and 64. RGB value is (20,135,100). Sum of RGB (Red+Green+Blue) = 20+135+100=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #148764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148764 is #EB789B. Grayscale: #606060. Windows color (decimal): -15431836 or 6588180. OLE color: 6588180.

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

Color convert

RGB 20 135 100 -
CMYK 0.85 0 0.26 0.47
HSL 161.74º 0.74% 0.3% -
HSV(B) 161.74º 0.85% 0.53% -
XYZ 11.25 18.4 15.01 -
YUV 96.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 20 135 100 0.85 0 0.26 0.47 161.74 0.74 0.3
Hex 14 87 64 55 0 1A 2F A2 4A 1E
Octal 24 207 144 125 0 32 57 242 112 36
Binary 10100 10000111 1100100 1010101 0 11010 101111 10100010 1001010 11110

Color Harmonies of #148764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148764

Black with #148764

Text Example


Text Example

White with #148764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148764; }

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

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

background-color css

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

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

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

border-color css

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

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

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