#198D74

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

Shades of Elf Green #198D74

Tints of Elf Green #198D74

Color information

#198D74 (or 0x198D74) is unknown color: approx Elf Green. HEX triplet: 19, 8D and 74. RGB value is (25,141,116). Sum of RGB (Red+Green+Blue) = 25+141+116=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #198D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D74 is #E6728B. Grayscale: #676767. Windows color (decimal): -15102604 or 7638297. OLE color: 7638297.

HSL color Cylindrical-coordinate representation of color #198D74: hue angle of 167.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D74 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB25141116-
CMYK0.8200.180.45
HSL167.07º69.88%32.55%-
HSV(B)167.07º82.27%55.29%-
XYZ13.0820.5219.79-
YUV103.47135.0772.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=8.87%
G=50%
B=41.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251411160.8200.180.45167.0769.8832.55
Hex198D74520122Da74621
Octal312151641220225524710641
Binary110011000110111101001010010010010101101101001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198D74; }

 p { color: rgb(25,141,116); }

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

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

 a { background-color: rgb(25,141,116); }

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

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

 span { border-color: rgb(25,141,116); }

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