Html Css Color HEX #198270 Elf Green

📋 copy color: '#198270'

red 25 ◦ green 130 ◦ blue 112

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

Shades of Elf Green #198270

Tints of Elf Green #198270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 9.36%
G = 48.69%
B = 41.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#198270 (or 0x198270) is known color: Elf Green. HEX triplet: 19, 82 and 70. RGB value is (25,130,112). Sum of RGB (Red+Green+Blue) = 25+130+112=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #198270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198270 is #E67D8F. Grayscale: #606060. Windows color (decimal): -15105424 or 7373337. OLE color: 7373337.

HSL color Cylindrical-coordinate representation of color #198270: hue angle of 169.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198270 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 112 -
CMYK 0.81 0 0.14 0.49
HSL 169.71º 0.68% 0.3% -
HSV(B) 169.71º 0.81% 0.51% -
XYZ 11.31 17.34 18.08 -
YUV 96.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 25 130 112 0.81 0 0.14 0.49 169.71 0.68 0.3
Hex 19 82 70 51 0 E 31 AA 44 1E
Octal 31 202 160 121 0 16 61 252 104 36
Binary 11001 10000010 1110000 1010001 0 1110 110001 10101010 1000100 11110

Color Harmonies of #198270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198270

Black with #198270

Text Example


Text Example

White with #198270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198270; }

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

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

background-color css

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

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

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

border-color css

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

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

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