Html Css Color HEX #12A811 Islamic Green

📋 copy color: '#12A811'

red 18 ◦ green 168 ◦ blue 17

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

Shades of Islamic Green #12A811

Tints of Islamic Green #12A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 82.76%

 BLUE value IS 17 (7.03% from 255) = 8.37%

R = 8.87%
G = 82.76%
B = 8.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#12A811 (or 0x12A811) is known color: Islamic Green. HEX triplet: 12, A8 and 11. RGB value is (18,168,17). Sum of RGB (Red+Green+Blue) = 18+168+17=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 168 (66.02% from 255 or 82.76% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 168 - color contains mainly: green. Hex color #12A811 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A811 is #ED57EE. Grayscale: #6A6A6A. Windows color (decimal): -15554543 or 1157138. OLE color: 1157138.

HSL color Cylindrical-coordinate representation of color #12A811: hue angle of 119.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A811 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 17 -
CMYK 0.89 0 0.90 0.34
HSL 119.6º 0.82% 0.36% -
HSV(B) 119.6º 0.9% 0.66% -
XYZ 14.35 28.17 5.21 -
YUV 105.94 77.81 65.28 -
System Red Green Blue C M Y K H S L
Decimal 18 168 17 0.89 0 0.90 0.34 119.6 0.82 0.36
Hex 12 A8 11 59 0 5A 22 78 52 24
Octal 22 250 21 131 0 132 42 170 122 44
Binary 10010 10101000 10001 1011001 0 1011010 100010 1111000 1010010 100100

Color Harmonies of #12A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A811

Black with #12A811

Text Example


Text Example

White with #12A811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,17); }

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

background-color css

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

 a { background-color: rgb(18,168,17); }

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

border-color css

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

 span { border-color: rgb(18,168,17); }

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