Html Css Color HEX #199A0C Islamic Green

📋 copy color: '#199A0C'

red 25 ◦ green 154 ◦ blue 12

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

Shades of Islamic Green #199A0C

Tints of Islamic Green #199A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 80.63%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 13.09%
G = 80.63%
B = 6.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#199A0C (or 0x199A0C) is known color: Islamic Green. HEX triplet: 19, 9A and 0C. RGB value is (25,154,12). Sum of RGB (Red+Green+Blue) = 25+154+12=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 154 (60.55% from 255 or 80.63% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 154 - color contains mainly: green. Hex color #199A0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199A0C is #E665F3. Grayscale: #636363. Windows color (decimal): -15099380 or 825881. OLE color: 825881.

HSL color Cylindrical-coordinate representation of color #199A0C: hue angle of 114.51º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #199A0C is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 154 12 -
CMYK 0.84 0 0.92 0.40
HSL 114.51º 0.86% 0.33% -
HSV(B) 114.51º 0.92% 0.6% -
XYZ 12.02 23.34 4.22 -
YUV 99.24 78.76 75.05 -
System Red Green Blue C M Y K H S L
Decimal 25 154 12 0.84 0 0.92 0.40 114.51 0.86 0.33
Hex 19 9A C 54 0 5C 28 73 56 21
Octal 31 232 14 124 0 134 50 163 126 41
Binary 11001 10011010 1100 1010100 0 1011100 101000 1110011 1010110 100001

Color Harmonies of #199A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199A0C

Black with #199A0C

Text Example


Text Example

White with #199A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199A0C; }

 p { color: rgb(25,154,12); }

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

background-color css

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

 a { background-color: rgb(25,154,12); }

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

border-color css

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

 span { border-color: rgb(25,154,12); }

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