Html Css Color HEX #12A213 Islamic Green

📋 copy color: '#12A213'

red 18 ◦ green 162 ◦ blue 19

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

Shades of Islamic Green #12A213

Tints of Islamic Green #12A213

RGB

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

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

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

R = 9.05%
G = 81.41%
B = 9.55%

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

#12A213 (or 0x12A213) is known color: Islamic Green. HEX triplet: 12, A2 and 13. RGB value is (18,162,19). Sum of RGB (Red+Green+Blue) = 18+162+19=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #12A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A213 is #ED5DEC. Grayscale: #676767. Windows color (decimal): -15556077 or 1286674. OLE color: 1286674.

HSL color Cylindrical-coordinate representation of color #12A213: hue angle of 120.42º 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 #12A213 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 19 -
CMYK 0.89 0 0.88 0.36
HSL 120.42º 0.8% 0.35% -
HSV(B) 120.42º 0.89% 0.64% -
XYZ 13.29 26.02 4.94 -
YUV 102.64 80.79 67.63 -
System Red Green Blue C M Y K H S L
Decimal 18 162 19 0.89 0 0.88 0.36 120.42 0.8 0.35
Hex 12 A2 13 59 0 58 24 78 50 23
Octal 22 242 23 131 0 130 44 170 120 43
Binary 10010 10100010 10011 1011001 0 1011000 100100 1111000 1010000 100011

Color Harmonies of #12A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A213

Black with #12A213

Text Example


Text Example

White with #12A213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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