Html Css Color HEX #12AC07 Islamic Green

📋 copy color: '#12AC07'

red 18 ◦ green 172 ◦ blue 7

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

Shades of Islamic Green #12AC07

Tints of Islamic Green #12AC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 87.31%

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 9.14%
G = 87.31%
B = 3.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#12AC07 (or 0x12AC07) is known color: Islamic Green. HEX triplet: 12, AC and 07. RGB value is (18,172,7). Sum of RGB (Red+Green+Blue) = 18+172+7=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC07 is #ED53F8. Grayscale: #6B6B6B. Windows color (decimal): -15553529 or 502802. OLE color: 502802.

HSL color Cylindrical-coordinate representation of color #12AC07: hue angle of 116º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12AC07 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 7 -
CMYK 0.90 0 0.96 0.33
HSL 116º 0.92% 0.35% -
HSV(B) 116º 0.96% 0.67% -
XYZ 15.04 29.65 5.13 -
YUV 107.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 18 172 7 0.90 0 0.96 0.33 116 0.92 0.35
Hex 12 AC 7 5A 0 60 21 74 5C 23
Octal 22 254 7 132 0 140 41 164 134 43
Binary 10010 10101100 111 1011010 0 1100000 100001 1110100 1011100 100011

Color Harmonies of #12AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC07

Black with #12AC07

Text Example


Text Example

White with #12AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,7); }

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

background-color css

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

 a { background-color: rgb(18,172,7); }

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

border-color css

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

 span { border-color: rgb(18,172,7); }

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