#198C6C

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

Shades of Elf Green #198C6C

Tints of Elf Green #198C6C

Color information

#198C6C (or 0x198C6C) is unknown color: approx Elf Green. HEX triplet: 19, 8C and 6C. RGB value is (25,140,108). Sum of RGB (Red+Green+Blue) = 25+140+108=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #198C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C6C is #E67393. Grayscale: #656565. Windows color (decimal): -15102868 or 7113753. OLE color: 7113753.

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

Color convert

RGB25140108-
CMYK0.8200.230.45
HSL163.3º69.7%32.35%-
HSV(B)163.3º82.14%54.9%-
XYZ12.4920.0517.4-
YUV101.97131.473.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=9.16%
G=51.28%
B=39.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251401080.8200.230.45163.369.732.35
Hex198C6C520172Da34620
Octal312141541220275524310640
Binary110011000110011011001010010010111101101101000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,140,108); }

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

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

 a { background-color: rgb(25,140,108); }

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

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

 span { border-color: rgb(25,140,108); }

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