Html Css Color HEX #12980B Islamic Green

📋 copy color: '#12980B'

red 18 ◦ green 152 ◦ blue 11

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

Shades of Islamic Green #12980B

Tints of Islamic Green #12980B

RGB

 RED value IS 18 (7.42% from 255) = 9.94%

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

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

R = 9.94%
G = 83.98%
B = 6.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#12980B (or 0x12980B) is known color: Islamic Green. HEX triplet: 12, 98 and 0B. RGB value is (18,152,11). Sum of RGB (Red+Green+Blue) = 18+152+11=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 152 (59.77% from 255 or 83.98% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 152 - color contains mainly: green. Hex color #12980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980B is #ED67F4. Grayscale: #606060. Windows color (decimal): -15558645 or 759826. OLE color: 759826.

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

Color convert

RGB 18 152 11 -
CMYK 0.88 0 0.93 0.40
HSL 117.02º 0.87% 0.32% -
HSV(B) 117.02º 0.93% 0.6% -
XYZ 11.54 22.61 4.07 -
YUV 95.86 80.11 72.46 -
System Red Green Blue C M Y K H S L
Decimal 18 152 11 0.88 0 0.93 0.40 117.02 0.87 0.32
Hex 12 98 B 58 0 5D 28 75 57 20
Octal 22 230 13 130 0 135 50 165 127 40
Binary 10010 10011000 1011 1011000 0 1011101 101000 1110101 1010111 100000

Color Harmonies of #12980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12980B

Black with #12980B

Text Example


Text Example

White with #12980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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