Html Css Color HEX #198970 Elf Green

📋 copy color: '#198970'

red 25 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #198970

Tints of Elf Green #198970

RGB

 RED value IS 25 (10.16% from 255) = 9.12%

 GREEN value IS 137 (53.91% from 255) = 50%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 9.12%
G = 50%
B = 40.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#198970 (or 0x198970) is known color: Elf Green. HEX triplet: 19, 89 and 70. RGB value is (25,137,112). Sum of RGB (Red+Green+Blue) = 25+137+112=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #198970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198970 is #E6768F. Grayscale: #646464. Windows color (decimal): -15103632 or 7375129. OLE color: 7375129.

HSL color Cylindrical-coordinate representation of color #198970: hue angle of 166.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198970 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 137 112 -
CMYK 0.82 0 0.18 0.46
HSL 166.61º 0.69% 0.32% -
HSV(B) 166.61º 0.82% 0.54% -
XYZ 12.27 19.27 18.4 -
YUV 100.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 25 137 112 0.82 0 0.18 0.46 166.61 0.69 0.32
Hex 19 89 70 52 0 12 2E A7 45 20
Octal 31 211 160 122 0 22 56 247 105 40
Binary 11001 10001001 1110000 1010010 0 10010 101110 10100111 1000101 100000

Color Harmonies of #198970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198970

Black with #198970

Text Example


Text Example

White with #198970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198970; }

 p { color: rgb(25,137,112); }

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

background-color css

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

 a { background-color: rgb(25,137,112); }

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

border-color css

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

 span { border-color: rgb(25,137,112); }

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