Html Css Color HEX #12A910 Islamic Green

📋 copy color: '#12A910'

red 18 ◦ green 169 ◦ blue 16

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

Shades of Islamic Green #12A910

Tints of Islamic Green #12A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 83.25%

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

R = 8.87%
G = 83.25%
B = 7.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#12A910 (or 0x12A910) is known color: Islamic Green. HEX triplet: 12, A9 and 10. RGB value is (18,169,16). Sum of RGB (Red+Green+Blue) = 18+169+16=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 169 (66.41% from 255 or 83.25% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 169 - color contains mainly: green. Hex color #12A910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A910 is #ED56EF. Grayscale: #6A6A6A. Windows color (decimal): -15554288 or 1091858. OLE color: 1091858.

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

Color convert

RGB 18 169 16 -
CMYK 0.89 0 0.91 0.34
HSL 119.22º 0.83% 0.36% -
HSV(B) 119.22º 0.91% 0.66% -
XYZ 14.53 28.54 5.23 -
YUV 106.41 76.97 64.94 -
System Red Green Blue C M Y K H S L
Decimal 18 169 16 0.89 0 0.91 0.34 119.22 0.83 0.36
Hex 12 A9 10 59 0 5B 22 77 53 24
Octal 22 251 20 131 0 133 42 167 123 44
Binary 10010 10101001 10000 1011001 0 1011011 100010 1110111 1010011 100100

Color Harmonies of #12A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A910

Black with #12A910

Text Example


Text Example

White with #12A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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