Html Css Color HEX #12AD0A Islamic Green

📋 copy color: '#12AD0A'

red 18 ◦ green 173 ◦ blue 10

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

Shades of Islamic Green #12AD0A

Tints of Islamic Green #12AD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 8.96%
G = 86.07%
B = 4.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#12AD0A (or 0x12AD0A) is known color: Islamic Green. HEX triplet: 12, AD and 0A. RGB value is (18,173,10). Sum of RGB (Red+Green+Blue) = 18+173+10=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 173 (67.97% from 255 or 86.07% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD0A is #ED52F5. Grayscale: #6C6C6C. Windows color (decimal): -15553270 or 699666. OLE color: 699666.

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

Color convert

RGB 18 173 10 -
CMYK 0.90 0 0.94 0.32
HSL 117.06º 0.89% 0.36% -
HSV(B) 117.06º 0.94% 0.68% -
XYZ 15.25 30.04 5.28 -
YUV 108.07 72.65 63.75 -
System Red Green Blue C M Y K H S L
Decimal 18 173 10 0.90 0 0.94 0.32 117.06 0.89 0.36
Hex 12 AD A 5A 0 5E 20 75 59 24
Octal 22 255 12 132 0 136 40 165 131 44
Binary 10010 10101101 1010 1011010 0 1011110 100000 1110101 1011001 100100

Color Harmonies of #12AD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD0A

Black with #12AD0A

Text Example


Text Example

White with #12AD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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