Html Css Color HEX #12A313 Islamic Green

📋 copy color: '#12A313'

red 18 ◦ green 163 ◦ blue 19

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

Shades of Islamic Green #12A313

Tints of Islamic Green #12A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 81.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 9%
G = 81.5%
B = 9.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#12A313 (or 0x12A313) is known color: Islamic Green. HEX triplet: 12, A3 and 13. RGB value is (18,163,19). Sum of RGB (Red+Green+Blue) = 18+163+19=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 163 (64.06% from 255 or 81.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 163 - color contains mainly: green. Hex color #12A313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A313 is #ED5CEC. Grayscale: #676767. Windows color (decimal): -15555821 or 1286930. OLE color: 1286930.

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

Color convert

RGB 18 163 19 -
CMYK 0.89 0 0.88 0.36
HSL 120.41º 0.8% 0.35% -
HSV(B) 120.41º 0.89% 0.64% -
XYZ 13.46 26.37 5 -
YUV 103.23 80.46 67.21 -
System Red Green Blue C M Y K H S L
Decimal 18 163 19 0.89 0 0.88 0.36 120.41 0.8 0.35
Hex 12 A3 13 59 0 58 24 78 50 23
Octal 22 243 23 131 0 130 44 170 120 43
Binary 10010 10100011 10011 1011001 0 1011000 100100 1111000 1010000 100011

Color Harmonies of #12A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A313

Black with #12A313

Text Example


Text Example

White with #12A313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,19); }

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

background-color css

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

 a { background-color: rgb(18,163,19); }

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

border-color css

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

 span { border-color: rgb(18,163,19); }

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