Html Css Color HEX #19980B Islamic Green

📋 copy color: '#19980B'

red 25 ◦ green 152 ◦ blue 11

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

Shades of Islamic Green #19980B

Tints of Islamic Green #19980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 80.85%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 13.3%
G = 80.85%
B = 5.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#19980B (or 0x19980B) is known color: Islamic Green. HEX triplet: 19, 98 and 0B. RGB value is (25,152,11). Sum of RGB (Red+Green+Blue) = 25+152+11=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 152 (59.77% from 255 or 80.85% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 152 - color contains mainly: green. Hex color #19980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19980B is #E667F4. Grayscale: #626262. Windows color (decimal): -15099893 or 759833. OLE color: 759833.

HSL color Cylindrical-coordinate representation of color #19980B: hue angle of 114.04º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19980B is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 152 11 -
CMYK 0.84 0 0.93 0.40
HSL 114.04º 0.87% 0.32% -
HSV(B) 114.04º 0.93% 0.6% -
XYZ 11.69 22.69 4.08 -
YUV 97.95 78.92 75.96 -
System Red Green Blue C M Y K H S L
Decimal 25 152 11 0.84 0 0.93 0.40 114.04 0.87 0.32
Hex 19 98 B 54 0 5D 28 72 57 20
Octal 31 230 13 124 0 135 50 162 127 40
Binary 11001 10011000 1011 1010100 0 1011101 101000 1110010 1010111 100000

Color Harmonies of #19980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19980B

Black with #19980B

Text Example


Text Example

White with #19980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19980B; }

 p { color: rgb(25,152,11); }

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

background-color css

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

 a { background-color: rgb(25,152,11); }

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

border-color css

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

 span { border-color: rgb(25,152,11); }

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