Html Css Color HEX #12A210 Islamic Green

📋 copy color: '#12A210'

red 18 ◦ green 162 ◦ blue 16

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

Shades of Islamic Green #12A210

Tints of Islamic Green #12A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 82.65%

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

R = 9.18%
G = 82.65%
B = 8.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#12A210 (or 0x12A210) is known color: Islamic Green. HEX triplet: 12, A2 and 10. RGB value is (18,162,16). Sum of RGB (Red+Green+Blue) = 18+162+16=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 162 (63.67% from 255 or 82.65% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 162 - color contains mainly: green. Hex color #12A210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A210 is #ED5DEF. Grayscale: #666666. Windows color (decimal): -15556080 or 1090066. OLE color: 1090066.

HSL color Cylindrical-coordinate representation of color #12A210: hue angle of 119.18º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A210 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 16 -
CMYK 0.89 0 0.90 0.36
HSL 119.18º 0.82% 0.35% -
HSV(B) 119.18º 0.9% 0.64% -
XYZ 13.26 26.01 4.81 -
YUV 102.3 79.29 67.87 -
System Red Green Blue C M Y K H S L
Decimal 18 162 16 0.89 0 0.90 0.36 119.18 0.82 0.35
Hex 12 A2 10 59 0 5A 24 77 52 23
Octal 22 242 20 131 0 132 44 167 122 43
Binary 10010 10100010 10000 1011001 0 1011010 100100 1110111 1010010 100011

Color Harmonies of #12A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A210

Black with #12A210

Text Example


Text Example

White with #12A210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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