Html Css Color HEX #12960A Islamic Green

📋 copy color: '#12960A'

red 18 ◦ green 150 ◦ blue 10

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

Shades of Islamic Green #12960A

Tints of Islamic Green #12960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 10.11%
G = 84.27%
B = 5.62%

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

#12960A (or 0x12960A) is known color: Islamic Green. HEX triplet: 12, 96 and 0A. RGB value is (18,150,10). Sum of RGB (Red+Green+Blue) = 18+150+10=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 150 (58.98% from 255 or 84.27% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 150 - color contains mainly: green. Hex color #12960A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12960A is #ED69F5. Grayscale: #5F5F5F. Windows color (decimal): -15559158 or 693778. OLE color: 693778.

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

Color convert

RGB 18 150 10 -
CMYK 0.88 0 0.93 0.41
HSL 116.57º 0.88% 0.31% -
HSV(B) 116.57º 0.93% 0.59% -
XYZ 11.21 21.96 3.94 -
YUV 94.57 80.27 73.38 -
System Red Green Blue C M Y K H S L
Decimal 18 150 10 0.88 0 0.93 0.41 116.57 0.88 0.31
Hex 12 96 A 58 0 5D 29 75 58 1F
Octal 22 226 12 130 0 135 51 165 130 37
Binary 10010 10010110 1010 1011000 0 1011101 101001 1110101 1011000 11111

Color Harmonies of #12960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12960A

Black with #12960A

Text Example


Text Example

White with #12960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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