Html Css Color HEX #12960D Islamic Green

📋 copy color: '#12960D'

red 18 ◦ green 150 ◦ blue 13

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

Shades of Islamic Green #12960D

Tints of Islamic Green #12960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 9.94%
G = 82.87%
B = 7.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#12960D (or 0x12960D) is known color: Islamic Green. HEX triplet: 12, 96 and 0D. RGB value is (18,150,13). Sum of RGB (Red+Green+Blue) = 18+150+13=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 150 (58.98% from 255 or 82.87% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 150 - color contains mainly: green. Hex color #12960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12960D is #ED69F2. Grayscale: #5F5F5F. Windows color (decimal): -15559155 or 890386. OLE color: 890386.

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

Color convert

RGB 18 150 13 -
CMYK 0.88 0 0.91 0.41
HSL 117.81º 0.84% 0.32% -
HSV(B) 117.81º 0.91% 0.59% -
XYZ 11.23 21.97 4.03 -
YUV 94.91 81.77 73.14 -
System Red Green Blue C M Y K H S L
Decimal 18 150 13 0.88 0 0.91 0.41 117.81 0.84 0.32
Hex 12 96 D 58 0 5B 29 76 54 20
Octal 22 226 15 130 0 133 51 166 124 40
Binary 10010 10010110 1101 1011000 0 1011011 101001 1110110 1010100 100000

Color Harmonies of #12960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12960D

Black with #12960D

Text Example


Text Example

White with #12960D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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