Html Css Color HEX #199402 Islamic Green

📋 copy color: '#199402'

red 25 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #199402

Tints of Islamic Green #199402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 14.29%
G = 84.57%
B = 1.14%

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

#199402 (or 0x199402) is known color: Islamic Green. HEX triplet: 19, 94 and 02. RGB value is (25,148,2). Sum of RGB (Red+Green+Blue) = 25+148+2=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #199402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199402 is #E66BFD. Grayscale: #5F5F5F. Windows color (decimal): -15100926 or 168985. OLE color: 168985.

HSL color Cylindrical-coordinate representation of color #199402: hue angle of 110.55º degrees, saturation: 0.97, 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 #199402 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 2 -
CMYK 0.83 0 0.99 0.42
HSL 110.55º 0.97% 0.29% -
HSV(B) 110.55º 0.99% 0.58% -
XYZ 11 21.39 3.61 -
YUV 94.58 75.75 78.37 -
System Red Green Blue C M Y K H S L
Decimal 25 148 2 0.83 0 0.99 0.42 110.55 0.97 0.29
Hex 19 94 2 53 0 63 2A 6F 61 1D
Octal 31 224 2 123 0 143 52 157 141 35
Binary 11001 10010100 10 1010011 0 1100011 101010 1101111 1100001 11101

Color Harmonies of #199402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199402

Black with #199402

Text Example


Text Example

White with #199402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199402; }

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

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

background-color css

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

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

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

border-color css

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

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

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