Html Css Color HEX #12AD09 Islamic Green

📋 copy color: '#12AD09'

red 18 ◦ green 173 ◦ blue 9

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

Shades of Islamic Green #12AD09

Tints of Islamic Green #12AD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 9%
G = 86.5%
B = 4.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#12AD09 (or 0x12AD09) is known color: Islamic Green. HEX triplet: 12, AD and 09. RGB value is (18,173,9). Sum of RGB (Red+Green+Blue) = 18+173+9=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 173 (67.97% from 255 or 86.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD09 is #ED52F6. Grayscale: #6C6C6C. Windows color (decimal): -15553271 or 634130. OLE color: 634130.

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

Color convert

RGB 18 173 9 -
CMYK 0.90 0 0.95 0.32
HSL 116.71º 0.9% 0.36% -
HSV(B) 116.71º 0.95% 0.68% -
XYZ 15.24 30.04 5.25 -
YUV 107.96 72.15 63.84 -
System Red Green Blue C M Y K H S L
Decimal 18 173 9 0.90 0 0.95 0.32 116.71 0.9 0.36
Hex 12 AD 9 5A 0 5F 20 75 5A 24
Octal 22 255 11 132 0 137 40 165 132 44
Binary 10010 10101101 1001 1011010 0 1011111 100000 1110101 1011010 100100

Color Harmonies of #12AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD09

Black with #12AD09

Text Example


Text Example

White with #12AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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