Html Css Color HEX #12A00C Islamic Green

📋 copy color: '#12A00C'

red 18 ◦ green 160 ◦ blue 12

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

Shades of Islamic Green #12A00C

Tints of Islamic Green #12A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 84.21%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 9.47%
G = 84.21%
B = 6.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#12A00C (or 0x12A00C) is known color: Islamic Green. HEX triplet: 12, A0 and 0C. RGB value is (18,160,12). Sum of RGB (Red+Green+Blue) = 18+160+12=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 160 (62.89% from 255 or 84.21% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 160 - color contains mainly: green. Hex color #12A00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A00C is #ED5FF3. Grayscale: #656565. Windows color (decimal): -15556596 or 827410. OLE color: 827410.

HSL color Cylindrical-coordinate representation of color #12A00C: hue angle of 117.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A00C is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 12 -
CMYK 0.89 0 0.93 0.37
HSL 117.57º 0.86% 0.34% -
HSV(B) 117.57º 0.93% 0.63% -
XYZ 12.89 25.3 4.55 -
YUV 100.67 77.96 69.03 -
System Red Green Blue C M Y K H S L
Decimal 18 160 12 0.89 0 0.93 0.37 117.57 0.86 0.34
Hex 12 A0 C 59 0 5D 25 76 56 22
Octal 22 240 14 131 0 135 45 166 126 42
Binary 10010 10100000 1100 1011001 0 1011101 100101 1110110 1010110 100010

Color Harmonies of #12A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A00C

Black with #12A00C

Text Example


Text Example

White with #12A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A00C; }

 p { color: rgb(18,160,12); }

 H1.HeaderClassName
 {
   color: #12A00C;
 }
 .AnyTagClassName
 {
   color: #12A00C;
 }
</style>

background-color css

<style>
 a { background-color: #12A00C; }

 a { background-color: rgb(18,160,12); }

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

border-color css

<style>
 span { border-color: #12A00C; }

 span { border-color: rgb(18,160,12); }

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