Html Css Color HEX #19B00C Islamic Green

📋 copy color: '#19B00C'

red 25 ◦ green 176 ◦ blue 12

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

Shades of Islamic Green #19B00C

Tints of Islamic Green #19B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 82.63%

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

R = 11.74%
G = 82.63%
B = 5.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#19B00C (or 0x19B00C) is known color: Islamic Green. HEX triplet: 19, B0 and 0C. RGB value is (25,176,12). Sum of RGB (Red+Green+Blue) = 25+176+12=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 176 (69.14% from 255 or 82.63% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 176 - color contains mainly: green. Hex color #19B00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19B00C is #E64FF3. Grayscale: #707070. Windows color (decimal): -15093748 or 831513. OLE color: 831513.

HSL color Cylindrical-coordinate representation of color #19B00C: hue angle of 115.24º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19B00C is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 176 12 -
CMYK 0.86 0 0.93 0.31
HSL 115.24º 0.87% 0.37% -
HSV(B) 115.24º 0.93% 0.69% -
XYZ 15.99 31.28 5.54 -
YUV 112.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 25 176 12 0.86 0 0.93 0.31 115.24 0.87 0.37
Hex 19 B0 C 56 0 5D 1F 73 57 25
Octal 31 260 14 126 0 135 37 163 127 45
Binary 11001 10110000 1100 1010110 0 1011101 11111 1110011 1010111 100101

Color Harmonies of #19B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B00C

Black with #19B00C

Text Example


Text Example

White with #19B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19B00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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