Html Css Color HEX #198205 Green

📋 copy color: '#198205'

red 25 ◦ green 130 ◦ blue 5

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

Shades of Green #198205

Tints of Green #198205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 15.63%
G = 81.25%
B = 3.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#198205 (or 0x198205) is known color: Green. HEX triplet: 19, 82 and 05. RGB value is (25,130,5). Sum of RGB (Red+Green+Blue) = 25+130+5=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #198205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198205 is #E67DFA. Grayscale: #545454. Windows color (decimal): -15105531 or 360985. OLE color: 360985.

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

Color convert

RGB 25 130 5 -
CMYK 0.81 0 0.96 0.49
HSL 110.4º 0.93% 0.26% -
HSV(B) 110.4º 0.96% 0.51% -
XYZ 8.41 16.18 2.82 -
YUV 84.36 83.21 85.66 -
System Red Green Blue C M Y K H S L
Decimal 25 130 5 0.81 0 0.96 0.49 110.4 0.93 0.26
Hex 19 82 5 51 0 60 31 6E 5D 1A
Octal 31 202 5 121 0 140 61 156 135 32
Binary 11001 10000010 101 1010001 0 1100000 110001 1101110 1011101 11010

Color Harmonies of #198205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198205

Black with #198205

Text Example


Text Example

White with #198205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198205; }

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

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

background-color css

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

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

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

border-color css

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

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

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