Html Css Color HEX #12AA14 Islamic Green

📋 copy color: '#12AA14'

red 18 ◦ green 170 ◦ blue 20

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

Shades of Islamic Green #12AA14

Tints of Islamic Green #12AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 81.73%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 8.65%
G = 81.73%
B = 9.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#12AA14 (or 0x12AA14) is known color: Islamic Green. HEX triplet: 12, AA and 14. RGB value is (18,170,20). Sum of RGB (Red+Green+Blue) = 18+170+20=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AA14 is #ED55EB. Grayscale: #6B6B6B. Windows color (decimal): -15554028 or 1354258. OLE color: 1354258.

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

Color convert

RGB 18 170 20 -
CMYK 0.89 0 0.88 0.33
HSL 120.79º 0.81% 0.37% -
HSV(B) 120.79º 0.89% 0.67% -
XYZ 14.75 28.93 5.47 -
YUV 107.45 78.64 64.2 -
System Red Green Blue C M Y K H S L
Decimal 18 170 20 0.89 0 0.88 0.33 120.79 0.81 0.37
Hex 12 AA 14 59 0 58 21 79 51 25
Octal 22 252 24 131 0 130 41 171 121 45
Binary 10010 10101010 10100 1011001 0 1011000 100001 1111001 1010001 100101

Color Harmonies of #12AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA14

Black with #12AA14

Text Example


Text Example

White with #12AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,20); }

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

background-color css

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

 a { background-color: rgb(18,170,20); }

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

border-color css

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

 span { border-color: rgb(18,170,20); }

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