Html Css Color HEX #12B313 Islamic Green

📋 copy color: '#12B313'

red 18 ◦ green 179 ◦ blue 19

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

Shades of Islamic Green #12B313

Tints of Islamic Green #12B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 82.87%

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

R = 8.33%
G = 82.87%
B = 8.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#12B313 (or 0x12B313) is known color: Islamic Green. HEX triplet: 12, B3 and 13. RGB value is (18,179,19). Sum of RGB (Red+Green+Blue) = 18+179+19=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 179 (70.31% from 255 or 82.87% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 179 - color contains mainly: green. Hex color #12B313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B313 is #ED4CEC. Grayscale: #717171. Windows color (decimal): -15551725 or 1291026. OLE color: 1291026.

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

Color convert

RGB 18 179 19 -
CMYK 0.90 0 0.89 0.30
HSL 120.37º 0.82% 0.39% -
HSV(B) 120.37º 0.9% 0.7% -
XYZ 16.49 32.42 6 -
YUV 112.62 75.16 60.51 -
System Red Green Blue C M Y K H S L
Decimal 18 179 19 0.90 0 0.89 0.30 120.37 0.82 0.39
Hex 12 B3 13 5A 0 59 1E 78 52 27
Octal 22 263 23 132 0 131 36 170 122 47
Binary 10010 10110011 10011 1011010 0 1011001 11110 1111000 1010010 100111

Color Harmonies of #12B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B313

Black with #12B313

Text Example


Text Example

White with #12B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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