Html Css Color HEX #12A90E Islamic Green

📋 copy color: '#12A90E'

red 18 ◦ green 169 ◦ blue 14

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

Shades of Islamic Green #12A90E

Tints of Islamic Green #12A90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 8.96%
G = 84.08%
B = 6.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#12A90E (or 0x12A90E) is known color: Islamic Green. HEX triplet: 12, A9 and 0E. RGB value is (18,169,14). Sum of RGB (Red+Green+Blue) = 18+169+14=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 169 (66.41% from 255 or 84.08% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 169 - color contains mainly: green. Hex color #12A90E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A90E is #ED56F1. Grayscale: #6A6A6A. Windows color (decimal): -15554290 or 960786. OLE color: 960786.

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

Color convert

RGB 18 169 14 -
CMYK 0.89 0 0.92 0.34
HSL 118.45º 0.85% 0.36% -
HSV(B) 118.45º 0.92% 0.66% -
XYZ 14.52 28.54 5.16 -
YUV 106.18 75.97 65.1 -
System Red Green Blue C M Y K H S L
Decimal 18 169 14 0.89 0 0.92 0.34 118.45 0.85 0.36
Hex 12 A9 E 59 0 5C 22 76 55 24
Octal 22 251 16 131 0 134 42 166 125 44
Binary 10010 10101001 1110 1011001 0 1011100 100010 1110110 1010101 100100

Color Harmonies of #12A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A90E

Black with #12A90E

Text Example


Text Example

White with #12A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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