Html Css Color HEX #12AD0F Islamic Green

📋 copy color: '#12AD0F'

red 18 ◦ green 173 ◦ blue 15

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

Shades of Islamic Green #12AD0F

Tints of Islamic Green #12AD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 8.74%
G = 83.98%
B = 7.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#12AD0F (or 0x12AD0F) is known color: Islamic Green. HEX triplet: 12, AD and 0F. RGB value is (18,173,15). Sum of RGB (Red+Green+Blue) = 18+173+15=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 173 (67.97% from 255 or 83.98% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD0F is #ED52F0. Grayscale: #6D6D6D. Windows color (decimal): -15553265 or 1027346. OLE color: 1027346.

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

Color convert

RGB 18 173 15 -
CMYK 0.90 0 0.91 0.32
HSL 118.86º 0.84% 0.37% -
HSV(B) 118.86º 0.91% 0.68% -
XYZ 15.28 30.05 5.45 -
YUV 108.64 75.15 63.35 -
System Red Green Blue C M Y K H S L
Decimal 18 173 15 0.90 0 0.91 0.32 118.86 0.84 0.37
Hex 12 AD F 5A 0 5B 20 77 54 25
Octal 22 255 17 132 0 133 40 167 124 45
Binary 10010 10101101 1111 1011010 0 1011011 100000 1110111 1010100 100101

Color Harmonies of #12AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD0F

Black with #12AD0F

Text Example


Text Example

White with #12AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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