Html Css Color HEX #12960B Islamic Green

📋 copy color: '#12960B'

red 18 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #12960B

Tints of Islamic Green #12960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 83.8%

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

R = 10.06%
G = 83.8%
B = 6.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#12960B (or 0x12960B) is known color: Islamic Green. HEX triplet: 12, 96 and 0B. RGB value is (18,150,11). Sum of RGB (Red+Green+Blue) = 18+150+11=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #12960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12960B is #ED69F4. Grayscale: #5F5F5F. Windows color (decimal): -15559157 or 759314. OLE color: 759314.

HSL color Cylindrical-coordinate representation of color #12960B: hue angle of 116.98º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12960B is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 11 -
CMYK 0.88 0 0.93 0.41
HSL 116.98º 0.86% 0.32% -
HSV(B) 116.98º 0.93% 0.59% -
XYZ 11.22 21.97 3.97 -
YUV 94.69 80.77 73.3 -
System Red Green Blue C M Y K H S L
Decimal 18 150 11 0.88 0 0.93 0.41 116.98 0.86 0.32
Hex 12 96 B 58 0 5D 29 75 56 20
Octal 22 226 13 130 0 135 51 165 126 40
Binary 10010 10010110 1011 1011000 0 1011101 101001 1110101 1010110 100000

Color Harmonies of #12960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12960B

Black with #12960B

Text Example


Text Example

White with #12960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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