Html Css Color HEX #12AD0D Islamic Green

📋 copy color: '#12AD0D'

red 18 ◦ green 173 ◦ blue 13

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

Shades of Islamic Green #12AD0D

Tints of Islamic Green #12AD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 8.82%
G = 84.8%
B = 6.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#12AD0D (or 0x12AD0D) is known color: Islamic Green. HEX triplet: 12, AD and 0D. RGB value is (18,173,13). Sum of RGB (Red+Green+Blue) = 18+173+13=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 173 (67.97% from 255 or 84.80% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD0D is #ED52F2. Grayscale: #6C6C6C. Windows color (decimal): -15553267 or 896274. OLE color: 896274.

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

Color convert

RGB 18 173 13 -
CMYK 0.90 0 0.92 0.32
HSL 118.13º 0.86% 0.36% -
HSV(B) 118.13º 0.92% 0.68% -
XYZ 15.27 30.04 5.38 -
YUV 108.42 74.15 63.51 -
System Red Green Blue C M Y K H S L
Decimal 18 173 13 0.90 0 0.92 0.32 118.13 0.86 0.36
Hex 12 AD D 5A 0 5C 20 76 56 24
Octal 22 255 15 132 0 134 40 166 126 44
Binary 10010 10101101 1101 1011010 0 1011100 100000 1110110 1010110 100100

Color Harmonies of #12AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD0D

Black with #12AD0D

Text Example


Text Example

White with #12AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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