Html Css Color HEX #12AD06 Islamic Green

📋 copy color: '#12AD06'

red 18 ◦ green 173 ◦ blue 6

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

Shades of Islamic Green #12AD06

Tints of Islamic Green #12AD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 9.14%
G = 87.82%
B = 3.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#12AD06 (or 0x12AD06) is known color: Islamic Green. HEX triplet: 12, AD and 06. RGB value is (18,173,6). Sum of RGB (Red+Green+Blue) = 18+173+6=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 173 (67.97% from 255 or 87.82% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AD06 is #ED52F9. Grayscale: #6C6C6C. Windows color (decimal): -15553274 or 437522. OLE color: 437522.

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

Color convert

RGB 18 173 6 -
CMYK 0.90 0 0.97 0.32
HSL 115.69º 0.93% 0.35% -
HSV(B) 115.69º 0.97% 0.68% -
XYZ 15.23 30.03 5.17 -
YUV 107.62 70.65 64.08 -
System Red Green Blue C M Y K H S L
Decimal 18 173 6 0.90 0 0.97 0.32 115.69 0.93 0.35
Hex 12 AD 6 5A 0 61 20 74 5D 23
Octal 22 255 6 132 0 141 40 164 135 43
Binary 10010 10101101 110 1011010 0 1100001 100000 1110100 1011101 100011

Color Harmonies of #12AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD06

Black with #12AD06

Text Example


Text Example

White with #12AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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