Html Css Color HEX #12AB10 Islamic Green

📋 copy color: '#12AB10'

red 18 ◦ green 171 ◦ blue 16

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

Shades of Islamic Green #12AB10

Tints of Islamic Green #12AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 8.78%
G = 83.41%
B = 7.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#12AB10 (or 0x12AB10) is known color: Islamic Green. HEX triplet: 12, AB and 10. RGB value is (18,171,16). Sum of RGB (Red+Green+Blue) = 18+171+16=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 171 (67.19% from 255 or 83.41% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB10 is #ED54EF. Grayscale: #6C6C6C. Windows color (decimal): -15553776 or 1092370. OLE color: 1092370.

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

Color convert

RGB 18 171 16 -
CMYK 0.89 0 0.91 0.33
HSL 119.23º 0.83% 0.37% -
HSV(B) 119.23º 0.91% 0.67% -
XYZ 14.91 29.29 5.36 -
YUV 107.58 76.31 64.1 -
System Red Green Blue C M Y K H S L
Decimal 18 171 16 0.89 0 0.91 0.33 119.23 0.83 0.37
Hex 12 AB 10 59 0 5B 21 77 53 25
Octal 22 253 20 131 0 133 41 167 123 45
Binary 10010 10101011 10000 1011001 0 1011011 100001 1110111 1010011 100101

Color Harmonies of #12AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB10

Black with #12AB10

Text Example


Text Example

White with #12AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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