Html Css Color HEX #199501 Islamic Green

📋 copy color: '#199501'

red 25 ◦ green 149 ◦ blue 1

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

Shades of Islamic Green #199501

Tints of Islamic Green #199501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 85.14%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 14.29%
G = 85.14%
B = 0.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#199501 (or 0x199501) is known color: Islamic Green. HEX triplet: 19, 95 and 01. RGB value is (25,149,1). Sum of RGB (Red+Green+Blue) = 25+149+1=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 149 (58.59% from 255 or 85.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 149 - color contains mainly: green. Hex color #199501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199501 is #E66AFE. Grayscale: #5F5F5F. Windows color (decimal): -15100671 or 103705. OLE color: 103705.

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

Color convert

RGB 25 149 1 -
CMYK 0.83 0 0.99 0.42
HSL 110.27º 0.99% 0.29% -
HSV(B) 110.27º 0.99% 0.58% -
XYZ 11.15 21.7 3.63 -
YUV 95.05 74.92 78.03 -
System Red Green Blue C M Y K H S L
Decimal 25 149 1 0.83 0 0.99 0.42 110.27 0.99 0.29
Hex 19 95 1 53 0 63 2A 6E 63 1D
Octal 31 225 1 123 0 143 52 156 143 35
Binary 11001 10010101 1 1010011 0 1100011 101010 1101110 1100011 11101

Color Harmonies of #199501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199501

Black with #199501

Text Example


Text Example

White with #199501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199501; }

 p { color: rgb(25,149,1); }

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

background-color css

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

 a { background-color: rgb(25,149,1); }

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

border-color css

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

 span { border-color: rgb(25,149,1); }

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