Html Css Color HEX #12A010 Islamic Green

📋 copy color: '#12A010'

red 18 ◦ green 160 ◦ blue 16

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

Shades of Islamic Green #12A010

Tints of Islamic Green #12A010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 9.28%
G = 82.47%
B = 8.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#12A010 (or 0x12A010) is known color: Islamic Green. HEX triplet: 12, A0 and 10. RGB value is (18,160,16). Sum of RGB (Red+Green+Blue) = 18+160+16=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #12A010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A010 is #ED5FEF. Grayscale: #656565. Windows color (decimal): -15556592 or 1089554. OLE color: 1089554.

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

Color convert

RGB 18 160 16 -
CMYK 0.89 0 0.9 0.37
HSL 119.17º 0.82% 0.35% -
HSV(B) 119.17º 0.9% 0.63% -
XYZ 12.91 25.31 4.69 -
YUV 101.13 79.96 68.71 -
System Red Green Blue C M Y K H S L
Decimal 18 160 16 0.89 0 0.9 0.37 119.17 0.82 0.35
Hex 12 A0 10 59 0 5A 25 77 52 23
Octal 22 240 20 131 0 132 45 167 122 43
Binary 10010 10100000 10000 1011001 0 1011010 100101 1110111 1010010 100011

Color Harmonies of #12A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A010

Black with #12A010

Text Example


Text Example

White with #12A010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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