#148962

Color #148962 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148962

Tints of Elf Green #148962

Color information

#148962 (or 0x148962) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 62. RGB value is (20,137,98). Sum of RGB (Red+Green+Blue) = 20+137+98=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #148962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148962 is #EB769D. Grayscale: #616161. Windows color (decimal): -15431326 or 6457620. OLE color: 6457620.

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

Color convert

RGB2013798-
CMYK0.8500.280.46
HSL160º74.52%30.78%-
HSV(B)160º85.4%53.73%-
XYZ11.4418.9214.6-
YUV97.57128.2472.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=7.84%
G=53.73%
B=38.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137980.8500.280.4616074.5230.78
Hex1489625501C2Ea04b1f
Octal242111421250345624011337
Binary10100100010011100010101010101110010111010100000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148962; }

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

 H1.HeaderClassName
 {
   color: #148962;
 }
 .AnyTagClassName
 {
   color: #148962;
 }
</style>
background-color css

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

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

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

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

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

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