Html Css Color HEX #16980B Islamic Green

📋 copy color: '#16980B'

red 22 ◦ green 152 ◦ blue 11

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

Shades of Islamic Green #16980B

Tints of Islamic Green #16980B

RGB

 RED value IS 22 (8.98% from 255) = 11.89%

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

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

R = 11.89%
G = 82.16%
B = 5.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#16980B (or 0x16980B) is known color: Islamic Green. HEX triplet: 16, 98 and 0B. RGB value is (22,152,11). Sum of RGB (Red+Green+Blue) = 22+152+11=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 152 (59.77% from 255 or 82.16% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 152 - color contains mainly: green. Hex color #16980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16980B is #E967F4. Grayscale: #616161. Windows color (decimal): -15296501 or 759830. OLE color: 759830.

HSL color Cylindrical-coordinate representation of color #16980B: hue angle of 115.32º 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 #16980B is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 152 11 -
CMYK 0.86 0 0.93 0.40
HSL 115.32º 0.87% 0.32% -
HSV(B) 115.32º 0.93% 0.6% -
XYZ 11.62 22.65 4.08 -
YUV 97.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 22 152 11 0.86 0 0.93 0.40 115.32 0.87 0.32
Hex 16 98 B 56 0 5D 28 73 57 20
Octal 26 230 13 126 0 135 50 163 127 40
Binary 10110 10011000 1011 1010110 0 1011101 101000 1110011 1010111 100000

Color Harmonies of #16980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16980B

Black with #16980B

Text Example


Text Example

White with #16980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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