Html Css Color HEX #199400 Islamic Green

📋 copy color: '#199400'

red 25 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #199400

Tints of Islamic Green #199400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 85.55%

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

R = 14.45%
G = 85.55%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#199400 (or 0x199400) is known color: Islamic Green. HEX triplet: 19, 94 and 00. RGB value is (25,148,0). Sum of RGB (Red+Green+Blue) = 25+148+0=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 148 (58.20% from 255 or 85.55% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 148 - color contains mainly: green. Hex color #199400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199400 is #E66BFF. Grayscale: #5E5E5E. Windows color (decimal): -15100928 or 37913. OLE color: 37913.

HSL color Cylindrical-coordinate representation of color #199400: hue angle of 109.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #199400 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 0 -
CMYK 0.83 0 1 0.42
HSL 109.86º 1% 0.29% -
HSV(B) 109.86º 1% 0.58% -
XYZ 10.99 21.39 3.55 -
YUV 94.35 74.75 78.53 -
System Red Green Blue C M Y K H S L
Decimal 25 148 0 0.83 0 1 0.42 109.86 1 0.29
Hex 19 94 0 53 0 64 2A 6E 64 1D
Octal 31 224 0 123 0 144 52 156 144 35
Binary 11001 10010100 0 1010011 0 1100100 101010 1101110 1100100 11101

Color Harmonies of #199400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199400

Black with #199400

Text Example


Text Example

White with #199400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199400; }

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

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

background-color css

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

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

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

border-color css

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

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

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