Html Css Color HEX #12AB15 Islamic Green

📋 copy color: '#12AB15'

red 18 ◦ green 171 ◦ blue 21

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

Shades of Islamic Green #12AB15

Tints of Islamic Green #12AB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 81.43%

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

R = 8.57%
G = 81.43%
B = 10%

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

#12AB15 (or 0x12AB15) is known color: Islamic Green. HEX triplet: 12, AB and 15. RGB value is (18,171,21). Sum of RGB (Red+Green+Blue) = 18+171+21=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 171 (67.19% from 255 or 81.43% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB15 is #ED54EA. Grayscale: #6C6C6C. Windows color (decimal): -15553771 or 1420050. OLE color: 1420050.

HSL color Cylindrical-coordinate representation of color #12AB15: hue angle of 121.18º 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 #12AB15 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 21 -
CMYK 0.89 0 0.88 0.33
HSL 121.18º 0.81% 0.37% -
HSV(B) 121.18º 0.89% 0.67% -
XYZ 14.95 29.31 5.58 -
YUV 108.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 18 171 21 0.89 0 0.88 0.33 121.18 0.81 0.37
Hex 12 AB 15 59 0 58 21 79 51 25
Octal 22 253 25 131 0 130 41 171 121 45
Binary 10010 10101011 10101 1011001 0 1011000 100001 1111001 1010001 100101

Color Harmonies of #12AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB15

Black with #12AB15

Text Example


Text Example

White with #12AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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