Html Css Color HEX #12AB19 Islamic Green

📋 copy color: '#12AB19'

red 18 ◦ green 171 ◦ blue 25

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

Shades of Islamic Green #12AB19

Tints of Islamic Green #12AB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 8.41%
G = 79.91%
B = 11.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#12AB19 (or 0x12AB19) is known color: Islamic Green. HEX triplet: 12, AB and 19. RGB value is (18,171,25). Sum of RGB (Red+Green+Blue) = 18+171+25=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 171 (67.19% from 255 or 79.91% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB19 is #ED54E6. Grayscale: #6D6D6D. Windows color (decimal): -15553767 or 1682194. OLE color: 1682194.

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

Color convert

RGB 18 171 25 -
CMYK 0.89 0 0.85 0.33
HSL 122.75º 0.81% 0.37% -
HSV(B) 122.75º 0.89% 0.67% -
XYZ 14.99 29.32 5.79 -
YUV 108.61 80.81 63.37 -
System Red Green Blue C M Y K H S L
Decimal 18 171 25 0.89 0 0.85 0.33 122.75 0.81 0.37
Hex 12 AB 19 59 0 55 21 7B 51 25
Octal 22 253 31 131 0 125 41 173 121 45
Binary 10010 10101011 11001 1011001 0 1010101 100001 1111011 1010001 100101

Color Harmonies of #12AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB19

Black with #12AB19

Text Example


Text Example

White with #12AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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