Html Css Color HEX #198000 Green

📋 copy color: '#198000'

red 25 ◦ green 128 ◦ blue 0

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

Shades of Green #198000

Tints of Green #198000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 83.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.34%
G = 83.66%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#198000 (or 0x198000) is known color: Green. HEX triplet: 19, 80 and 00. RGB value is (25,128,0). Sum of RGB (Red+Green+Blue) = 25+128+0=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 128 (50.39% from 255 or 83.66% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 128 - color contains mainly: green. Hex color #198000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198000 is #E67FFF. Grayscale: #535353. Windows color (decimal): -15106048 or 32793. OLE color: 32793.

HSL color Cylindrical-coordinate representation of color #198000: hue angle of 108.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #198000 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 0 -
CMYK 0.80 0 1 0.50
HSL 108.28º 1% 0.25% -
HSV(B) 108.28º 1% 0.5% -
XYZ 8.12 15.65 2.59 -
YUV 82.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 25 128 0 0.80 0 1 0.50 108.28 1 0.25
Hex 19 80 0 50 0 64 32 6C 64 19
Octal 31 200 0 120 0 144 62 154 144 31
Binary 11001 10000000 0 1010000 0 1100100 110010 1101100 1100100 11001

Color Harmonies of #198000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198000

Black with #198000

Text Example


Text Example

White with #198000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198000; }

 p { color: rgb(25,128,0); }

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

background-color css

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

 a { background-color: rgb(25,128,0); }

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

border-color css

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

 span { border-color: rgb(25,128,0); }

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