Html Css Color HEX #12AC15 Islamic Green

📋 copy color: '#12AC15'

red 18 ◦ green 172 ◦ blue 21

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

Shades of Islamic Green #12AC15

Tints of Islamic Green #12AC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 8.53%
G = 81.52%
B = 9.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#12AC15 (or 0x12AC15) is known color: Islamic Green. HEX triplet: 12, AC and 15. RGB value is (18,172,21). Sum of RGB (Red+Green+Blue) = 18+172+21=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 172 (67.58% from 255 or 81.52% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC15 is #ED53EA. Grayscale: #6D6D6D. Windows color (decimal): -15553515 or 1420306. OLE color: 1420306.

HSL color Cylindrical-coordinate representation of color #12AC15: hue angle of 121.17º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC15 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 21 -
CMYK 0.90 0 0.88 0.33
HSL 121.17º 0.81% 0.37% -
HSV(B) 121.17º 0.9% 0.67% -
XYZ 15.14 29.69 5.64 -
YUV 108.74 78.48 63.28 -
System Red Green Blue C M Y K H S L
Decimal 18 172 21 0.90 0 0.88 0.33 121.17 0.81 0.37
Hex 12 AC 15 5A 0 58 21 79 51 25
Octal 22 254 25 132 0 130 41 171 121 45
Binary 10010 10101100 10101 1011010 0 1011000 100001 1111001 1010001 100101

Color Harmonies of #12AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC15

Black with #12AC15

Text Example


Text Example

White with #12AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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