Html Css Color HEX #12AD11 Islamic Green

📋 copy color: '#12AD11'

red 18 ◦ green 173 ◦ blue 17

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

Shades of Islamic Green #12AD11

Tints of Islamic Green #12AD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 83.17%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 8.65%
G = 83.17%
B = 8.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#12AD11 (or 0x12AD11) is known color: Islamic Green. HEX triplet: 12, AD and 11. RGB value is (18,173,17). Sum of RGB (Red+Green+Blue) = 18+173+17=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD11 is #ED52EE. Grayscale: #6D6D6D. Windows color (decimal): -15553263 or 1158418. OLE color: 1158418.

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

Color convert

RGB 18 173 17 -
CMYK 0.90 0 0.90 0.32
HSL 119.62º 0.82% 0.37% -
HSV(B) 119.62º 0.9% 0.68% -
XYZ 15.29 30.06 5.53 -
YUV 108.87 76.15 63.18 -
System Red Green Blue C M Y K H S L
Decimal 18 173 17 0.90 0 0.90 0.32 119.62 0.82 0.37
Hex 12 AD 11 5A 0 5A 20 78 52 25
Octal 22 255 21 132 0 132 40 170 122 45
Binary 10010 10101101 10001 1011010 0 1011010 100000 1111000 1010010 100101

Color Harmonies of #12AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD11

Black with #12AD11

Text Example


Text Example

White with #12AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,17); }

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

background-color css

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

 a { background-color: rgb(18,173,17); }

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

border-color css

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

 span { border-color: rgb(18,173,17); }

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