Html Css Color HEX #12A005 Islamic Green

📋 copy color: '#12A005'

red 18 ◦ green 160 ◦ blue 5

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

Shades of Islamic Green #12A005

Tints of Islamic Green #12A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 9.84%
G = 87.43%
B = 2.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#12A005 (or 0x12A005) is known color: Islamic Green. HEX triplet: 12, A0 and 05. RGB value is (18,160,5). Sum of RGB (Red+Green+Blue) = 18+160+5=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #12A005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A005 is #ED5FFA. Grayscale: #646464. Windows color (decimal): -15556603 or 368658. OLE color: 368658.

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

Color convert

RGB 18 160 5 -
CMYK 0.89 0 0.97 0.37
HSL 114.97º 0.94% 0.32% -
HSV(B) 114.97º 0.97% 0.63% -
XYZ 12.85 25.28 4.35 -
YUV 99.87 74.46 69.6 -
System Red Green Blue C M Y K H S L
Decimal 18 160 5 0.89 0 0.97 0.37 114.97 0.94 0.32
Hex 12 A0 5 59 0 61 25 73 5E 20
Octal 22 240 5 131 0 141 45 163 136 40
Binary 10010 10100000 101 1011001 0 1100001 100101 1110011 1011110 100000

Color Harmonies of #12A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A005

Black with #12A005

Text Example


Text Example

White with #12A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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